Skip to content

Commit

Permalink
lfg
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Nov 2, 2024
1 parent 23d757b commit 4bfeaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const Section = ({ className, ...props }: React.ComponentProps<"div">) => {

const navItemStyles = tv({
base: [
"relative lg:text-sm px-2 flex forced-colors:outline-0 items-center gap-x-2 [&>[data-slot=icon]]:-mx-0.5 text-muted-fg outline-none forced-colors:disabled:text-[GrayText] forced-colors:transform-none transition-colors",
"relative cursor-pointer lg:text-sm px-2 flex forced-colors:outline-0 items-center gap-x-2 [&>[data-slot=icon]]:-mx-0.5 text-muted-fg outline-none forced-colors:disabled:text-[GrayText] forced-colors:transform-none transition-colors",
"hover:text-fg focus:text-fg pressed:text-fg focus-visible:outline-1 focus-visible:outline-primary",
"disabled:opacity-60 disabled:cursor-default",
"[&>[data-slot=icon]]:size-4 [&>[data-slot=icon]]:shrink-0"
Expand Down

0 comments on commit 4bfeaa4

Please sign in to comment.