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

Commit 1e992a37 authored by Bob Yang's avatar Bob Yang Committed by Android (Google) Code Review
Browse files

Merge "Update suggested chip color" into main

parents b7f58674 6b461f9d
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,
        )