1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-14 09:09:28 +00:00

style: Make error color white in both light and dark mode

This commit is contained in:
Christopher Davis 2021-11-30 12:13:47 -08:00
parent fb23d42075
commit 69db235cea

View file

@ -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;
}