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

Commit cbf6674a authored by Michał Brzeziński's avatar Michał Brzeziński
Browse files

Fixing back and home icons in touchpad tutorial

Change-Id: I1f1f72ceb49e9223c4452c50edab4a3f9cb5910a
Fixes: 372496859
Test: Manual
Flag: com.android.systemui.shared.new_touchpad_gestures_tutorial
parent 972694be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ private fun TutorialSelectionButtons(
    ) {
        TutorialButton(
            text = stringResource(R.string.touchpad_tutorial_home_gesture_button),
            icon = Icons.AutoMirrored.Outlined.ArrowBack,
            icon = ImageVector.vectorResource(id = R.drawable.touchpad_tutorial_home_icon),
            iconColor = MaterialTheme.colorScheme.onPrimary,
            onClick = onHomeTutorialClicked,
            backgroundColor = MaterialTheme.colorScheme.primary,
@@ -92,7 +92,7 @@ private fun TutorialSelectionButtons(
        )
        TutorialButton(
            text = stringResource(R.string.touchpad_tutorial_back_gesture_button),
            icon = ImageVector.vectorResource(id = R.drawable.touchpad_tutorial_home_icon),
            icon = Icons.AutoMirrored.Outlined.ArrowBack,
            iconColor = MaterialTheme.colorScheme.onTertiary,
            onClick = onBackTutorialClicked,
            backgroundColor = MaterialTheme.colorScheme.tertiary,