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

Commit 681aceb9 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Hook-up colorForeground to new style

colorForeground and colorForegroundInverse were still pointing to
white and black, inherited from Theme.Material.

Bug: 171916625
Test: visual
Change-Id: Ibf846b713da6cc03dd8dcfddf3168290a2f53a17
parent 3b85351c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@
    <color name="text_color_secondary_device_default_dark">@color/system_main_200</color>
    <color name="text_color_tertiary_device_default_light">@color/system_main_500</color>
    <color name="text_color_tertiary_device_default_dark">@color/system_main_400</color>
    <color name="foreground_device_default_light">@color/text_color_primary_device_default_light</color>
    <color name="foreground_device_default_dark">@color/text_color_primary_device_default_dark</color>

    <!-- Error color -->
    <color name="error_color_device_default_dark">@color/error_color_material_dark</color>
+86 −0

File changed.

Preview size limit exceeded, changes collapsed.