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

Commit f76ebfbc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixing back and home icons in touchpad tutorial" into main

parents 2f809c50 cbf6674a
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,