Browse Source

Update icon

vishnukvmd 1 năm trước cách đây
mục cha
commit
ffcd4022ea
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      lib/ui/settings_page.dart

+ 2 - 3
lib/ui/settings_page.dart

@@ -25,7 +25,6 @@ import 'package:ente_auth/utils/navigation_util.dart';
 import 'package:flutter/foundation.dart';
 import 'package:flutter/material.dart';
 
-
 class SettingsPage extends StatelessWidget {
   final ValueNotifier<String?> emailNotifier;
 
@@ -81,12 +80,12 @@ class SettingsPage extends StatelessWidget {
     } else {
       contents.addAll([
         NotificationWidget(
-          startIcon: Icons.account_box_outlined,
+          startIcon: Icons.account_circle_sharp,
           actionIcon: Icons.arrow_forward,
           text: context.l10n.signInToBackup,
           type: NotificationType.notice,
           onTap: () async {
-             ButtonResult? result = await showChoiceActionSheet(
+            ButtonResult? result = await showChoiceActionSheet(
               context,
               title: context.l10n.warning,
               body: context.l10n.sigInBackupReminder,