Update _bottom_text_content.dart

Remove search icon to standardize buttons, adjust spacing to avoid two-line misalignments.
This commit is contained in:
Jared Bell 2023-01-04 22:16:09 -07:00
parent 4fe946e587
commit 2106da96ab

View File

@ -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,
),