From 2106da96abfd226b6de6723392b6cb73e3e3369c Mon Sep 17 00:00:00 2001 From: Jared Bell Date: Wed, 4 Jan 2023 22:16:09 -0700 Subject: [PATCH] Update _bottom_text_content.dart Remove search icon to standardize buttons, adjust spacing to avoid two-line misalignments. --- .../artifact_carousel/widgets/_bottom_text_content.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, ),