1 parent b290776 commit 7621a19Copy full SHA for 7621a19
1 file changed
lib/features/search_and_parse/presentation/search_screen.dart
@@ -449,9 +449,9 @@ class _SearchScreenState extends ConsumerState<SearchScreen> {
449
final showClearButton = _hasSubmittedInput && _hasInputText;
450
451
final field = SizedBox(
452
- key: const ValueKey('search_input_surface'),
453
height: _searchInputHeight,
454
child: DecoratedBox(
+ key: const ValueKey('search_input_surface'),
455
decoration: BoxDecoration(
456
color: palette.surfacePrimary.withValues(alpha: 0.58),
457
borderRadius: radii.largeRadius,
0 commit comments