Skip to content

Commit 400ecdb

Browse files
committed
Set Chip text color to colorOnSecondary
1 parent 33aede0 commit 400ecdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/res/values/styles.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<style name="RugbyRankerChip" parent="Widget.MaterialComponents.Chip.Action">
5050
<item name="android:textAppearance">@style/RugbyRankerTextAppearance.Chip</item>
51-
<item name="android:textColor">@color/white</item>
51+
<item name="android:textColor">?attr/colorOnSecondary</item>
5252
<item name="chipBackgroundColor">?attr/colorSecondary</item>
5353
</style>
5454

0 commit comments

Comments
 (0)