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



commit b8184f4d8afe1dd735e67ce7c3e9958d71f98643
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
    
    This uses the same color as the Adwaita-dark theme for the @error_color,
    which has a better contrast in the dark theme.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1724

 src/style-dark.css | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/src/style-dark.css b/src/style-dark.css
index 4c9ba8c44..50da1a746 100644
--- a/src/style-dark.css
+++ b/src/style-dark.css
@@ -112,3 +112,7 @@ star-image {
        /* Specificity bump */
        color: alpha(@theme_fg_color, .4);
 }
+
+row.app label.warning {
+  color: #ff7b63;
+}


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