Parcourir la source

Merge pull request #295 from ente-io/tweak-settings-borders

Vishnu Mohandas il y a 3 ans
Parent
commit
56ced17f3b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/ui/settings_page.dart

+ 1 - 1
lib/ui/settings_page.dart

@@ -52,7 +52,7 @@ class SettingsPage extends StatelessWidget {
     );
     );
     final sectionDivider = Divider(
     final sectionDivider = Divider(
       height: 20,
       height: 20,
-      color: Theme.of(context).colorScheme.onSurface.withOpacity(0.4),
+      color: Theme.of(context).colorScheme.onSurface.withOpacity(0.12),
     );
     );
     contents.add(Padding(padding: EdgeInsets.all(4)));
     contents.add(Padding(padding: EdgeInsets.all(4)));
     if (hasLoggedIn) {
     if (hasLoggedIn) {