UI: Fix warning color

This commit is contained in:
Exeldro
2024-08-27 16:15:11 +02:00
committed by Warchamp7
parent 15e9242acb
commit 4cdbbacaff

View File

@@ -1390,7 +1390,7 @@ QLabel#errorLabel {
}
* [themeID="warning"] {
color: var(--danger);
color: var(--warning);
font-weight: bold;
}