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

Commit 739b76b7 authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix inverse subhead color

Bug: 21650211
Change-Id: Ie1b8ecff4ff0c6b0e6e9b321c76cbb56c277e264
parent b0a5e78f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ please see styles_device_defaults.xml.
    </style>

    <style name="TextAppearance.Material.Subhead.Inverse">
        <item name="textColor">?attr/textColorSecondaryInverse</item>
        <item name="textColor">?attr/textColorPrimaryInverse</item>
        <item name="textColorHint">?attr/textColorHintInverse</item>
        <item name="textColorHighlight">?attr/textColorHighlightInverse</item>
        <item name="textColorLink">?attr/textColorLinkInverse</item>