fix: nav bar ui tweak

This commit is contained in:
BennyKok
2024-01-19 17:08:05 +08:00
parent e220921440
commit e7e91f4c50
6 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ const buttonVariants = cva(styles.base, {
outline: styles.outline,
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
ghost: styles.plain,
link: "text-primary underline-offset-4 hover:underline",
link: "border-none text-primary underline-offset-4 hover:underline",
},
size: {
default: "h-10 px-4 py-2",