diff --git a/src/web/src/components/header.jsx b/src/web/src/components/header.jsx index 209ffb6..07ded97 100644 --- a/src/web/src/components/header.jsx +++ b/src/web/src/components/header.jsx @@ -51,7 +51,7 @@ function Header() { onClick={() => setActiveTab(tab.id)} className={`${ activeTab === tab.id ? "" : "hover:text-white/60" - } relative rounded-full px-3 py-1.5 text-sm text-light-foreground dark:text-dark-foreground outline-sky-400 transition focus-visible:outline-2`} + } relative rounded-full px-3 py-1.5 text-sm text-light-foreground dark:text-dark-foreground transition-all focus-visible:outline-2`} style={{ WebkitTapHighlightColor: "transparent", }}