This commit is contained in:
Andras Bacsai
2023-06-05 12:13:13 +02:00
parent e5aad4d170
commit b82648ef5b
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ button[type="submit"] {
@apply hover:bg-coolgray-400 btn h-7 btn-xs border-none bg-coolgray-200 no-animation normal-case text-white rounded;
}
button[isWarning] {
@apply bg-error;
@apply bg-error hover:bg-error;
}
button[isHighlighted] {
@apply btn-primary text-white;