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

Commit b43954e1 authored by Olivier St-Onge's avatar Olivier St-Onge
Browse files

Update footer actions colors

Test: manually
Flag: com.android.systemui.qs_ui_refactor_compose_fragment
Fixes: 409994015
Change-Id: If085f5140033b7f5d2d2df6be588482d01dc7e63
parent 80a9d9d9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ private object FooterActionsDefaults {
    fun inactiveButtonColors(): ButtonColors =
        ButtonColors(
            icon = MaterialTheme.colorScheme.onSurface,
            background = LocalAndroidColorScheme.current.surfaceEffect2,
            background = LocalAndroidColorScheme.current.surfaceEffect1,
        )

    @Composable
@@ -558,7 +558,7 @@ private object FooterActionsDefaults {
    fun userSwitcherButtonColors(): ButtonColors =
        ButtonColors(
            icon = Color.Unspecified,
            background = LocalAndroidColorScheme.current.surfaceEffect2,
            background = LocalAndroidColorScheme.current.surfaceEffect1,
        )

    @Composable
@@ -566,7 +566,7 @@ private object FooterActionsDefaults {
    fun blurTextButtonColors(): TextButtonColors =
        TextButtonColors(
            content = MaterialTheme.colorScheme.onSurface,
            background = LocalAndroidColorScheme.current.surfaceEffect2,
            background = LocalAndroidColorScheme.current.surfaceEffect1,
            border = null,
        )