mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-08 04:45:31 +00:00
style: Make error color white in both light and dark mode
This commit is contained in:
parent
fb23d42075
commit
69db235cea
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ keypad > grid > button, .dial-button, .delete-button .rounded-button {
|
||||||
.error-state-message {
|
.error-state-message {
|
||||||
background-color: @error_color;
|
background-color: @error_color;
|
||||||
border-bottom: 1px solid darker(@error_color);
|
border-bottom: 1px solid darker(@error_color);
|
||||||
color: @theme_base_color;
|
color: @white;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue