mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
minor fix
This commit is contained in:
@@ -51,7 +51,7 @@ function Header() {
|
|||||||
onClick={() => setActiveTab(tab.id)}
|
onClick={() => setActiveTab(tab.id)}
|
||||||
className={`${
|
className={`${
|
||||||
activeTab === tab.id ? "" : "hover:text-white/60"
|
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={{
|
style={{
|
||||||
WebkitTapHighlightColor: "transparent",
|
WebkitTapHighlightColor: "transparent",
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user