Skip to content

Commit

Permalink
chore: 💄 Update search component height
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Dec 22, 2024
1 parent a3e5b62 commit db13e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/views/tokens_list/layouts/tokens_list_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class TokensListState extends ConsumerState<TokensList>
],
),
SizedBox(
height: 48,
height: 30,
child: AnimatedContainer(
duration: const Duration(milliseconds: 300),
width: _searchFieldWidth,
Expand Down

0 comments on commit db13e5e

Please sign in to comment.