Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 1a9104a

Browse files
committed
Text in bottom navigation used now the accent color
1 parent 1ef377b commit 1a9104a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<item name="backgroundTint">@color/bottom_navigation_background</item>
3333
<item name="itemRippleColor">@android:color/transparent</item>
3434
<item name="itemIconTint">@color/system_accent_color</item>
35+
<item name="itemTextColor">@color/system_accent_color</item>
3536
</style>
3637

3738
<style name="Widget.App.ButtonStyle" parent="@style/Widget.Material3.Button.OutlinedButton.Icon">

0 commit comments

Comments
 (0)