Tweak the borders on the settings screen

Verified the look on both light/dark.
This commit is contained in:
Manav 2022-06-11 08:52:38 +05:30
parent 0e01af4af2
commit 95ad4febc3

View file

@ -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) {