This commit is contained in:
ludwiczakpawel 2022-01-21 11:58:18 +01:00 committed by GitHub
parent c92b3367ae
commit faa054fa49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));