This commit is contained in:
Hillel Coren 2019-10-07 08:37:43 +03:00
parent 42a764d7fa
commit 1f06116cc7
1 changed files with 4 additions and 4 deletions

View File

@ -44,10 +44,10 @@ class SettingsList extends StatelessWidget {
),
Container(
color: Theme.of(context).backgroundColor,
padding: const EdgeInsets.only(left: 15, top: 15, bottom: 15),
padding: const EdgeInsets.only(left: 19, top: 16, bottom: 16),
child: Text(
localization.basicSettings,
style: Theme.of(context).textTheme.title,
style: Theme.of(context).textTheme.body2,
),
),
SettingsListTile(
@ -101,10 +101,10 @@ class SettingsList extends StatelessWidget {
),
Container(
color: Theme.of(context).backgroundColor,
padding: const EdgeInsets.only(left: 15, top: 15, bottom: 15),
padding: const EdgeInsets.only(left: 19, top: 16, bottom: 16),
child: Text(
localization.advancedSettings,
style: Theme.of(context).textTheme.title,
style: Theme.of(context).textTheme.body2,
),
),
SettingsListTile(