[gnome-software/gnome-42: 1/2] gs-app-row: Use a lighter red for a warning text in the dark theme




commit 5958c2f031f548c03d1b84d330de37a79745f306
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 4caa21883..b4ef9efd6 100644
--- a/src/style.css
+++ b/src/style.css
@@ -535,5 +535,5 @@ 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]