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

Commit 53fbaf01 authored by Yuchen Sun's avatar Yuchen Sun Committed by Android (Google) Code Review
Browse files

Merge "[expressive design] Update color of action button." into main

parents d0afd43c 81b4e05e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ private fun BackAction(contentDescription: String, onClick: () -> Unit) {
            modifier = if (isSpaExpressiveEnabled) Modifier
                .size(SettingsDimension.actionIconWidth, SettingsDimension.actionIconHeight)
                .clip(SettingsShape.CornerExtraLarge)
                .background(MaterialTheme.colorScheme.onSurfaceVariant)
                .background(MaterialTheme.colorScheme.surfaceContainerHigh)
                .padding(SettingsDimension.actionIconPadding) else Modifier
        )
    }