remove safe area for better ui

This commit is contained in:
Alex Tran 2022-02-03 22:18:21 -06:00
parent 13525d2330
commit da4fd201ad
2 changed files with 23 additions and 21 deletions
mobile/lib/modules/home/ui

View file

@ -100,7 +100,7 @@ class ImmichSliverAppBar extends ConsumerWidget {
],
),
],
systemOverlayStyle: SystemUiOverlayStyle.dark,
systemOverlayStyle: SystemUiOverlayStyle.light,
),
);
}