mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-09 18:33:11 +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(
|
||||
key: ValueKey('theme_picker'.tr()),
|
||||
),
|
||||
const Divider(height: 5, thickness: 0),
|
||||
_LanguagePicker(
|
||||
key: ValueKey('language_picker'.tr()),
|
||||
),
|
||||
const Divider(height: 5, thickness: 0),
|
||||
const Gap(4),
|
||||
const Gap(8),
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
child: Text(
|
||||
|
|
Loading…
Reference in a new issue