Skip to content

Commit b1fd2d1

Browse files
committed
refactor: make start backup red and first button in the page
1 parent c58d4bc commit b1fd2d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/features/backup_settings/ui/screens/backup_settings_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ class _StartBackupButton extends StatelessWidget {
156156
Widget build(BuildContext context) {
157157
return SettingsEntryItem(
158158
icon: Icons.save_as,
159+
iconColor: context.appColors.primary,
159160
title: context.loc.backupSettingsStartBackup,
160161
onTap: () => context.pushNamed(
161162
BackupSettingsSubroute.backupOptions.name,

0 commit comments

Comments
 (0)