mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-30 17:58:58 -04:00
ui cleanup
This commit is contained in:
parent
1f99279cd2
commit
23ec185324
26 changed files with 419 additions and 244 deletions
|
@ -53,11 +53,11 @@ class SettingsPageState extends State<SettingsPage> {
|
|||
child: ListView(
|
||||
children: [
|
||||
buildSettingsPageColorPreferences(
|
||||
onChanged: () => setState(() {})),
|
||||
context: context, onChanged: () => setState(() {})),
|
||||
buildSettingsPageBrightnessPreferences(
|
||||
onChanged: () => setState(() {})),
|
||||
],
|
||||
context: context, onChanged: () => setState(() {})),
|
||||
].map((x) => x.paddingLTRB(0, 0, 0, 8)).toList(),
|
||||
),
|
||||
).paddingSymmetric(horizontal: 24, vertical: 8),
|
||||
).paddingSymmetric(horizontal: 24, vertical: 16),
|
||||
)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue