mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-10 02:43:12 +00:00
fix: removed horizontal dividers from app_settings_page
This commit is contained in:
parent
99a9e5bfed
commit
82a606e320
|
@ -35,12 +35,10 @@ class _AppSettingsPageState extends State<AppSettingsPage> {
|
||||||
_ThemePicker(
|
_ThemePicker(
|
||||||
key: ValueKey('theme_picker'.tr()),
|
key: ValueKey('theme_picker'.tr()),
|
||||||
),
|
),
|
||||||
const Divider(height: 5, thickness: 0),
|
|
||||||
_LanguagePicker(
|
_LanguagePicker(
|
||||||
key: ValueKey('language_picker'.tr()),
|
key: ValueKey('language_picker'.tr()),
|
||||||
),
|
),
|
||||||
const Divider(height: 5, thickness: 0),
|
const Gap(8),
|
||||||
const Gap(4),
|
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||||
child: Text(
|
child: Text(
|
||||||
|
|
Loading…
Reference in a new issue