Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab86ab28 authored by Tony Wickham's avatar Tony Wickham
Browse files

Use 87% black instead of 54% for widget text

This gives sufficient contrast with slightly grey background

Bug: 147275180
Change-Id: I28b25b74c0101665ada14efdd5355c31b0f1b480
parent 2e201a88
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
    <!-- Theme for the widget container. -->
    <style name="WidgetContainerTheme" parent="@android:style/Theme.DeviceDefault.Settings">
        <item name="android:colorPrimaryDark">#E8EAED</item>
        <item name="android:textColorSecondary">?android:attr/textColorPrimary</item>
        <item name="android:colorEdgeEffect">?android:attr/textColorSecondary</item>
    </style>
    <style name="WidgetContainerTheme.Dark" parent="AppTheme.Dark">