fix(ui): fix @state=unprocessed in dark mode

This commit is contained in:
Łukasz Mierzwa
2021-05-19 19:02:14 +01:00
committed by Łukasz Mierzwa
parent f0bb71e637
commit f7bf357950

View File

@@ -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 {