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