1
1
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:
Théo LUDWIG 2024-11-09 21:01:31 +01:00
parent 1351e4122d
commit a5baffe9eb
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -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",