Explorar o código

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

Vishnu Mohandas %!s(int64=3) %!d(string=hai) anos
pai
achega
56ced17f3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(
       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)));
     if (hasLoggedIn) {