Skip to content
Snippets Groups Projects
Commit 6783087e authored by Alexander Reifschneider's avatar Alexander Reifschneider
Browse files

OZG-6242 Add ghost styling

parent e792fbfa
Branches
Tags
1 merge request!47OZG 6242 button enhancement
...@@ -38,7 +38,7 @@ export const buttonVariants = cva( ...@@ -38,7 +38,7 @@ export const buttonVariants = cva(
variant: { variant: {
primary: 'hover:enabled:bg-primary-hover bg-primary text-white shadow-sm', primary: 'hover:enabled:bg-primary-hover bg-primary text-white shadow-sm',
outline: 'border border-primary bg-background-50 text-primary hover:enabled:bg-background-100', outline: 'border border-primary bg-background-50 text-primary hover:enabled:bg-background-100',
ghost: 'border-2 border-transparent hover:border-primary-hover text-primary', ghost: 'border-2 border-transparent hover:border-primary-hover text-primary focus-visible:border-background-200',
}, },
size: { size: {
medium: 'h-9 py-2 px-4 min-w-32', medium: 'h-9 py-2 px-4 min-w-32',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment