mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): fix @state=unprocessed in dark mode
This commit is contained in:
committed by
Łukasz Mierzwa
parent
f0bb71e637
commit
f7bf357950
@@ -37,7 +37,8 @@
|
||||
}
|
||||
&.bg-secondary,
|
||||
&.btn-secondary {
|
||||
border: 1px solid darken($secondary, 2%);
|
||||
border: 1px solid lighten($secondary, 2%);
|
||||
background-color: lighten($secondary, 4%) !important;
|
||||
}
|
||||
&.bg-success,
|
||||
&.btn-success {
|
||||
|
||||
Reference in New Issue
Block a user