FIX unreadable buttons in modals

This commit is contained in:
Julien Maille 2021-11-17 00:07:41 +01:00
parent c48984b9ec
commit 3e41a07907

View file

@ -11,6 +11,17 @@ button.main-button-primary {
}
}
// Modals
.GenericModal button.main-button-primary {
background-color: spiceColor("subtext", 0.6) !important;
color: spiceColor("main") !important;
&:hover,
&:active {
background-color: spiceColor("subtext") !important;
}
}
// Checkbox
.x-toggle-indicatorWrapper {
background-color: spiceColor("subtext", 0.1);