Commit aa9db65f authored by Tomasz Wiszkowski's avatar Tomasz Wiszkowski Committed by Chromium LUCI CQ

Fix secondary thick text color for dark theme.

The secondary thick text color for dark theme points to the wrong
color definition.

Change-Id: I6256b1e9a965656a26f415abfa197f4e654d86db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622755Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Tomasz Wiszkowski <ender@google.com>
Cr-Commit-Position: refs/heads/master@{#842311}
parent 5f5e4244
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
<item name="android:textColor">@color/default_text_color_light_list</item> <item name="android:textColor">@color/default_text_color_light_list</item>
</style> </style>
<style name="TextAppearance.TextMediumThick.Secondary.Light" tools:ignore="UnusedResources"> <style name="TextAppearance.TextMediumThick.Secondary.Light" tools:ignore="UnusedResources">
<item name="android:textColor">@color/default_text_color_light_list</item> <item name="android:textColor">@color/default_text_color_secondary_light_list</item>
</style> </style>
<style name="TextAppearance.TextLarge.Secondary.Light" tools:ignore="UnusedResources"> <style name="TextAppearance.TextLarge.Secondary.Light" tools:ignore="UnusedResources">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment