[gnome-software/1724-requires-additional-permissions-text-has-low-contrast-when-using-dark-mode: 177/177] gs-app-row: Use a lighter red for a warning text in the dark theme




commit c3147fc64e7368e33f0e0bab385d2062d4e3409e
Author: Milan Crha <mcrha redhat com>
Date:   Mon May 2 17:38:41 2022 +0200

    gs-app-row: Use a lighter red for a warning text in the dark theme
    
    Use the color the Adwaita theme declares, thus it changes properly
    in the light and the dark style.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1724

 src/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/style.css b/src/style.css
index 6272165b0..4f9b33ce8 100644
--- a/src/style.css
+++ b/src/style.css
@@ -535,7 +535,7 @@ row.app > box.header > image {
 }
 
 row.app label.warning {
-  color: #cc0000;
+  color: @error_color;
 }
 
 /**************


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