Skip to content

Commit

Permalink
Fix secondary thick text color for dark theme.
Browse files Browse the repository at this point in the history
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/+/2622755
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Commit-Queue: Tomasz Wiszkowski <ender@google.com>
Cr-Commit-Position: refs/heads/master@{#842311}
  • Loading branch information
tomasz-wiszkowski authored and Chromium LUCI CQ committed Jan 12, 2021
1 parent 5f5e424 commit aa9db65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/android/java/res/values-v17/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<item name="android:textColor">@color/default_text_color_light_list</item>
</style>
<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 name="TextAppearance.TextLarge.Secondary.Light" tools:ignore="UnusedResources">
Expand Down

0 comments on commit aa9db65

Please sign in to comment.