fix (#16244)
This commit is contained in:
parent
c92b3367ae
commit
faa054fa49
1 changed files with 2 additions and 2 deletions
|
|
@ -201,8 +201,8 @@
|
|||
--btn-destructive-color-hover: rgb(var(--red-800));
|
||||
|
||||
/* Buttons: Destructive Primary */
|
||||
--btn-primary-destructive-bg: var(--red-600);
|
||||
--btn-primary-destructive-bg-hover: var(--red-700);
|
||||
--btn-primary-destructive-bg: rgb(var(--red-600));
|
||||
--btn-primary-destructive-bg-hover: rgb(var(--red-700));
|
||||
--btn-primary-destructive-color: rgb(var(--white));
|
||||
--btn-primary-destructive-color-hover: rgb(var(--white));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue