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

Commit 0d9d579f authored by Olivier St-Onge's avatar Olivier St-Onge Committed by Android (Google) Code Review
Browse files

Merge "Update footer actions colors" into main

parents 360e2987 b43954e1
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -550,7 +550,7 @@ private object FooterActionsDefaults {
    fun inactiveButtonColors(): ButtonColors =
    fun inactiveButtonColors(): ButtonColors =
        ButtonColors(
        ButtonColors(
            icon = MaterialTheme.colorScheme.onSurface,
            icon = MaterialTheme.colorScheme.onSurface,
            background = LocalAndroidColorScheme.current.surfaceEffect2,
            background = LocalAndroidColorScheme.current.surfaceEffect1,
        )
        )


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


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