Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b461f9d authored by bobyang's avatar bobyang Committed by Bob Yang
Browse files

Update suggested chip color

Screenshot:https://drive.google.com/file/d/1FaEih3rp7P8qof5STST4ceR-SWdvNzs7/view?usp=sharing&resourcekey=0-8PVCjcpnowG9sqPduhSbnw
Flag: com.android.wallpaper.enable_pack_theme_entry
Bug: 435531700
Test: manually
Change-Id: I5ba412dc3179630b615282ce92251a8f76e4e4cf
parent d01d8287
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ class ThemePickerSuggestedEntryBinder @Inject constructor() : PackThemeSuggested
                DrawableCompat.setTint(DrawableCompat.wrap(view.icon.background), color)
                view.suggestedChipText.setTextColor(color)
            },
            color = colorUpdateViewModel.colorOnPrimaryContainer,
            color = colorUpdateViewModel.colorOnSecondaryContainer,
            shouldAnimate = isOnMainScreen,
            lifecycleOwner = lifecycleOwner,
        )