Settings
This commit is contained in:
parent
42a764d7fa
commit
1f06116cc7
|
|
@ -44,10 +44,10 @@ class SettingsList extends StatelessWidget {
|
||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
color: Theme.of(context).backgroundColor,
|
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(
|
child: Text(
|
||||||
localization.basicSettings,
|
localization.basicSettings,
|
||||||
style: Theme.of(context).textTheme.title,
|
style: Theme.of(context).textTheme.body2,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SettingsListTile(
|
SettingsListTile(
|
||||||
|
|
@ -101,10 +101,10 @@ class SettingsList extends StatelessWidget {
|
||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
color: Theme.of(context).backgroundColor,
|
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(
|
child: Text(
|
||||||
localization.advancedSettings,
|
localization.advancedSettings,
|
||||||
style: Theme.of(context).textTheme.title,
|
style: Theme.of(context).textTheme.body2,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SettingsListTile(
|
SettingsListTile(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue