Refactor homepage widget

This commit is contained in:
Alex 2022-04-30 10:55:27 -05:00
parent 2c4243b3d0
commit 8d5626620b
3 changed files with 36 additions and 31 deletions
mobile/lib/modules/home/ui

View file

@ -29,7 +29,6 @@ class ImmichSliverAppBar extends ConsumerWidget {
floating: true,
pinned: false,
snap: false,
// backgroundColor: Colors.grey[200],
shape: const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(5))),
leading: Builder(
builder: (BuildContext context) {