fix(chatgpt): style btn-danger (#157)

Co-authored-by: = <=>
This commit is contained in:
Adrian Karlén 2023-08-03 09:47:48 +02:00 committed by GitHub
parent b741e37a23
commit 4bbac52482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,7 @@
color: @text !important;
}
/* Buttons */
.btn-neutral {
background-color: @surface1 !important;
color: @text !important;
@ -267,6 +268,11 @@
color: @crust !important;
}
.btn-danger {
background-color: @red !important;
color: @crust !important;
}
.text-2xl {
color: @text !important;
}