Skip to content

Commit

Permalink
fix(overview): add spacing between text and refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannLafore committed Apr 8, 2024
1 parent 8a12944 commit 248854c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/pages/home/posts/home_feed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class HomeFeed extends HookConsumerWidget {
),
],
),
const SizedBox(height: 10),
ElevatedButton(
key: refreshButtonKey,
onPressed: () async {
Expand Down

0 comments on commit 248854c

Please sign in to comment.