diff --git a/lib/ui/screens/artifact/artifact_carousel/widgets/_bottom_text_content.dart b/lib/ui/screens/artifact/artifact_carousel/widgets/_bottom_text_content.dart index 1fc1803a..01d0592c 100644 --- a/lib/ui/screens/artifact/artifact_carousel/widgets/_bottom_text_content.dart +++ b/lib/ui/screens/artifact/artifact_carousel/widgets/_bottom_text_content.dart @@ -64,7 +64,7 @@ class _BottomTextContent extends StatelessWidget { ), ], ), - if (!shortMode) Gap($styles.insets.md), + if (!shortMode) Gap($styles.insets.sm), Spacer(), if (!shortMode) AppPageIndicator( @@ -75,7 +75,6 @@ class _BottomTextContent extends StatelessWidget { Gap($styles.insets.md), AppBtn.from( text: $strings.artifactsButtonBrowse, - icon: AppIcons.search, expand: true, onPressed: state._handleSearchTap, ),