Skip to content

Commit 853a4e3

Browse files
committed
refactor: changed buttons style
1 parent 6467b52 commit 853a4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const buttonVariants = cva(
99
variants: {
1010
variant: {
1111
default:
12-
"text-primary-foreground shadow-sm border border-primary/90 outline outline-[1px] outline-border bg-primary hover:bg-primary/80 hover:from-primary/95 backdrop-blur-md",
12+
"text-primary-foreground shadow-sm border border-primary bg-gradient-to-t from-primary/75 to-primary hover:opacity-90 backdrop-blur-md",
1313
outline:
1414
"border border-input outline outline-[1px] outline-black shadow-sm hover:bg-card bg-card/50",
1515
ghost: "hover:bg-primary hover:text-primary-foreground active:shadow-none",

0 commit comments

Comments
 (0)