Skip to content

Commit

Permalink
Add padding space 120 for Apps page
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin committed Oct 18, 2024
1 parent 984e4b6 commit 96b70cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/lib/pages/apps/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ class _AppsPageState extends State<AppsPage> with AutomaticKeepAliveClientMixin
),
);
}),
const SliverToBoxAdapter(
child: SizedBox(
height: 120,
),
),
],
),
CustomScrollView(
Expand All @@ -129,6 +134,11 @@ class _AppsPageState extends State<AppsPage> with AutomaticKeepAliveClientMixin
),
);
}),
const SliverToBoxAdapter(
child: SizedBox(
height: 120,
),
),
],
),
]),
Expand Down

0 comments on commit 96b70cd

Please sign in to comment.