Merge pull request #180 from FineFindus/fix/compose-shortcut

fix: compose shortcut contrast
This commit is contained in:
LucasGGamerM 2023-04-21 12:22:33 -03:00 committed by GitHub
commit 581ee53f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>