We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6467b52 commit 853a4e3Copy full SHA for 853a4e3
src/components/Button.astro
@@ -9,7 +9,7 @@ export const buttonVariants = cva(
9
variants: {
10
variant: {
11
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",
+ "text-primary-foreground shadow-sm border border-primary bg-gradient-to-t from-primary/75 to-primary hover:opacity-90 backdrop-blur-md",
13
outline:
14
"border border-input outline outline-[1px] outline-black shadow-sm hover:bg-card bg-card/50",
15
ghost: "hover:bg-primary hover:text-primary-foreground active:shadow-none",
0 commit comments