fix(shortcut): use visible colors

This commit is contained in:
FineFindus 2023-04-21 13:41:12 +02:00
parent debdda5fed
commit 2525714bc9
No known key found for this signature in database
GPG Key ID: 64873EE210FF8E6B
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@
<color name="bookmark_selected">@color/success_500</color>
<color name="boost_selected">@color/primary_500</color>
<color name="shortcut_icon_background">#282C37</color>
<color name="shortcut_icon_foreground">@color/purple_primary_700</color>
<color name="shortcut_icon_background">@color/gray_25</color>
<color name="shortcut_icon_foreground">@color/purple_primary_400</color>
<!-- M3 dynamic colors -->
<color name="m3_navigation_bar_bg">@color/gray_50</color>