[calls/wip/cdavis/dark-style-preference: 2/2] style: Make error color white in both light and dark mode




commit 69db235cea61c8ec1cf2587f4bb8cc65452dd292
Author: Christopher Davis <christopherdavis gnome org>
Date:   Tue Nov 30 12:13:47 2021 -0800

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

 src/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/style.css b/src/style.css
index 04d7b033..e7aca6c9 100644
--- a/src/style.css
+++ b/src/style.css
@@ -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;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]