Skip to content

Commit

Permalink
Add padding for potential FAB to stories search view
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosc committed Jan 12, 2024
1 parent 8dbb5c9 commit 431255e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/stories_search/view/stories_search_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ class StoriesSearchView extends StatelessWidget {
_settingsCubit,
),
),
const SliverPadding(
padding: AppSpacing.floatingActionButtonPageBottomPadding,
),
],
),
);
Expand Down

0 comments on commit 431255e

Please sign in to comment.