mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 09:12:57 +02:00
Refactor homepage widget
This commit is contained in:
parent
2c4243b3d0
commit
8d5626620b
3 changed files with 36 additions and 31 deletions
mobile/lib/modules/home/ui
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue