Merge pull request #295 from ente-io/tweak-settings-borders
This commit is contained in:
commit
56ced17f3b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue