From 95ad4febc340e967d92e7758bf5af18cb692c108 Mon Sep 17 00:00:00 2001 From: Manav Date: Sat, 11 Jun 2022 08:52:38 +0530 Subject: [PATCH] Tweak the borders on the settings screen Verified the look on both light/dark. --- lib/ui/settings_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/settings_page.dart b/lib/ui/settings_page.dart index 7552ae020..9a7276891 100644 --- a/lib/ui/settings_page.dart +++ b/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) {