For #28133 - Fix Pocket story category color mismatch

fork
Noah Bond 2 years ago committed by mergify[bot]
parent cc666c8887
commit 21c270bb87

@ -479,10 +479,10 @@ data class PocketStoriesCategoryColors(
*/ */
@Composable @Composable
fun buildColors( fun buildColors(
selectedBackgroundColor: Color = FirefoxTheme.colors.textActionPrimary, selectedBackgroundColor: Color = FirefoxTheme.colors.actionPrimary,
unselectedBackgroundColor: Color = FirefoxTheme.colors.textActionTertiary, unselectedBackgroundColor: Color = FirefoxTheme.colors.actionTertiary,
selectedTextColor: Color = FirefoxTheme.colors.actionPrimary, selectedTextColor: Color = FirefoxTheme.colors.textActionPrimary,
unselectedTextColor: Color = FirefoxTheme.colors.actionTertiary, unselectedTextColor: Color = FirefoxTheme.colors.textActionTertiary,
) = PocketStoriesCategoryColors( ) = PocketStoriesCategoryColors(
selectedBackgroundColor = selectedBackgroundColor, selectedBackgroundColor = selectedBackgroundColor,
unselectedBackgroundColor = unselectedBackgroundColor, unselectedBackgroundColor = unselectedBackgroundColor,

Loading…
Cancel
Save