Changed system navigation bar color

This commit is contained in:
Juan Gilsanz Polo 2023-12-09 04:04:14 +01:00
parent 83ea589187
commit b164d520db
47 changed files with 3370 additions and 3207 deletions

View file

@ -550,8 +550,10 @@ class _AddServerModalState extends State<AddServerModal> {
const SizedBox(width: 8)
],
),
body: ListView(
children: form()
body: SafeArea(
child: ListView(
children: form()
),
),
),
);