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

This commit is contained in:
Vishnu Mohandas 2022-06-11 09:09:14 +05:30 committed by GitHub
commit 56ced17f3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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