Преглед изворни кода

Fix advance UI as per figma

Neeraj Gupta пре 2 година
родитељ
комит
e14d57c1e9
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      lib/ui/advanced_settings_screen.dart

+ 4 - 4
lib/ui/advanced_settings_screen.dart

@@ -75,8 +75,8 @@ class _AdvancedSettingsScreenState extends State<AdvancedSettingsScreen> {
                                 ),
                                 menuItemColor: colorScheme.fillFaint,
                                 trailingWidget: Icon(
-                                  Icons.chevron_right,
-                                  color: colorScheme.strokeMuted,
+                                  Icons.chevron_right_outlined,
+                                  color: colorScheme.strokeBase,
                                 ),
                                 borderRadius: 8,
                                 alignCaptionedTextToLeft: true,
@@ -93,8 +93,8 @@ class _AdvancedSettingsScreenState extends State<AdvancedSettingsScreen> {
                               ),
                               menuItemColor: colorScheme.fillFaint,
                               trailingWidget: Icon(
-                                Icons.chevron_right,
-                                color: colorScheme.strokeMuted,
+                                Icons.chevron_right_outlined,
+                                color: colorScheme.strokeBase,
                               ),
                               borderRadius: 8,
                               alignCaptionedTextToLeft: true,