mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 10:46:35 +02:00
💄 Update ghost button styles (#1247)
Signed-off-by: Luke Vella <me@lukevella.com>
This commit is contained in:
parent
7641cdf418
commit
b0f3523a8c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const buttonVariants = cva(
|
||||||
secondary:
|
secondary:
|
||||||
"bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
"bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
||||||
ghost:
|
ghost:
|
||||||
"border-transparent bg-transparent text-gray-800 focus:border-gray-300 focus:bg-gray-200",
|
"border-transparent bg-transparent text-gray-800 hover:bg-gray-100 focus:bg-gray-200",
|
||||||
link: "underline-offset-4 border-transparent hover:underline text-primary",
|
link: "underline-offset-4 border-transparent hover:underline text-primary",
|
||||||
},
|
},
|
||||||
size: {
|
size: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue