mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-12-08 00:44:30 +01:00
fix(ui): button outline, hover effect
This commit is contained in:
parent
1351e4122d
commit
a5baffe9eb
@ -12,7 +12,7 @@ const buttonVariants = cva({
|
|||||||
variant: {
|
variant: {
|
||||||
solid: "bg-primary hover:bg-primary/80 text-white",
|
solid: "bg-primary hover:bg-primary/80 text-white",
|
||||||
outline:
|
outline:
|
||||||
"dark:border-primary-dark/60 dark:text-primary-dark dark:hover:border-primary-dark border-primary/60 text-primary hover:border-primary hover:bg-gray-lighter border bg-transparent dark:hover:bg-transparent",
|
"dark:border-primary-dark/60 dark:text-primary-dark dark:hover:border-primary-dark border-primary/60 text-primary hover:border-primary hover:bg-primary border bg-transparent hover:text-white",
|
||||||
},
|
},
|
||||||
size: {
|
size: {
|
||||||
small: "h-9 rounded-md px-3",
|
small: "h-9 rounded-md px-3",
|
||||||
|
Loading…
Reference in New Issue
Block a user