💄 Update ghost button styles (#1247)

Signed-off-by: Luke Vella <me@lukevella.com>
This commit is contained in:
Luke Vella 2024-08-06 21:57:20 +01:00 committed by GitHub
parent 7641cdf418
commit b0f3523a8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ const buttonVariants = cva(
secondary:
"bg-secondary text-secondary-foreground hover:bg-secondary/80",
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",
},
size: {