fix(mobile): beta search page improvements (#20247)

search page improvements
This commit is contained in:
Brandon Wees 2025-07-25 12:24:19 -05:00 committed by GitHub
parent f9292c9c96
commit da80b69062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -652,7 +652,7 @@ class DriftSearchPage extends HookConsumerWidget {
body: CustomScrollView(
slivers: [
SliverPadding(
padding: const EdgeInsets.only(top: 12.0),
padding: const EdgeInsets.only(top: 12.0, bottom: 4.0),
sliver: SliverToBoxAdapter(
child: SizedBox(
height: 50,