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

Commit 81b4e05e authored by Yuchen's avatar Yuchen Committed by Yuchen Sun
Browse files

[expressive design] Update color of action button.

Test: visual
Bug: 360916599
Flag: EXEMPT bug fix
Change-Id: Ie8aa146676e971fd5ec69d50237abfcb58d9fd72
parent 3e560f6c
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
        )
    }