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

OZG-6242 Fix primary destructive styling

parent d0875090
No related branches found
No related tags found
1 merge request!47OZG 6242 button enhancement
...@@ -63,7 +63,7 @@ export const buttonVariants = cva( ...@@ -63,7 +63,7 @@ export const buttonVariants = cva(
{ {
variant: 'primary', variant: 'primary',
destructive: true, destructive: true,
class: 'hover:enabled:bg-error/90 bg-error outline-error', class: '[&]:hover:enabled:bg-error/90 [&]:bg-error [&]:outline-error',
}, },
{ {
variant: 'outline', variant: 'outline',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment