mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +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 {
|
||||
background-color: @error_color;
|
||||
border-bottom: 1px solid darker(@error_color);
|
||||
color: @theme_base_color;
|
||||
color: @white;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue