diff --git a/lib/widgets/search_app_bar.dart b/lib/widgets/search_app_bar.dart index 75cdeab..e560f12 100644 --- a/lib/widgets/search_app_bar.dart +++ b/lib/widgets/search_app_bar.dart @@ -61,7 +61,7 @@ class _SearchAppBarState extends State { ), ), ), - padding: const EdgeInsets.only(left: 16, right: 16, top: 7, bottom: 7), + padding: const EdgeInsets.only(left: 8, right: 20, top: 7, bottom: 7), child: Row( children: [ IconButton( @@ -160,7 +160,7 @@ class _SearchAppBarState extends State { ), ), if (widget.trailingWidget != null) ...[ - const SizedBox(width: 8), + const SizedBox(width: 16), Center(child: widget.trailingWidget!), ], ],