Skip to content

Commit

Permalink
Remove the color below the search page (dark mode) (#5954)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Nov 28, 2024
1 parent 4526e35 commit 1d2546f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/smooth_app/lib/pages/search/search_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class _SearchFieldState extends State<SearchField> {
: null,
child: Material(
// ↑ Needed by the Hero Widget
color: Colors.transparent,
child: Column(
children: <Widget>[
TextField(
Expand Down

0 comments on commit 1d2546f

Please sign in to comment.