mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
minor fix
This commit is contained in:
@@ -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",
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user