mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 06:22:48 +00:00
Changed system navigation bar color
This commit is contained in:
parent
83ea589187
commit
b164d520db
47 changed files with 3370 additions and 3207 deletions
|
@ -550,8 +550,10 @@ class _AddServerModalState extends State<AddServerModal> {
|
|||
const SizedBox(width: 8)
|
||||
],
|
||||
),
|
||||
body: ListView(
|
||||
children: form()
|
||||
body: SafeArea(
|
||||
child: ListView(
|
||||
children: form()
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue