From 6c2b82086a56f6c3e6f3b0b7830dbdaafe69c5a1 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Mon, 18 Mar 2024 22:47:44 -0700 Subject: [PATCH] minor fix --- src/web/src/components/header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }}