1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 17:25:16 +03:00

Style: Fix contrast issues on dark mode (#4277)

This commit is contained in:
Vít Semrád 2024-12-18 17:07:06 +01:00 committed by GitHub
parent 15a404071e
commit 69bed5eb6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 42 deletions

View file

@ -1295,6 +1295,12 @@ dialog {
&:hover {
background-color: var(--primary-400);
}
&.disabled {
background-color: var(--surface-500);
border: 1px solid var(--surface-400);
color: var(--surface-900);
cursor: default;
}
}
.regular-button.pushed {
background-color: var(--primary-transparent-3);