Update _bottom_text_content.dart
Remove search icon to standardize buttons, adjust spacing to avoid two-line misalignments.
This commit is contained in:
parent
4fe946e587
commit
2106da96ab
@ -64,7 +64,7 @@ class _BottomTextContent extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
if (!shortMode) Gap($styles.insets.md),
|
if (!shortMode) Gap($styles.insets.sm),
|
||||||
Spacer(),
|
Spacer(),
|
||||||
if (!shortMode)
|
if (!shortMode)
|
||||||
AppPageIndicator(
|
AppPageIndicator(
|
||||||
@ -75,7 +75,6 @@ class _BottomTextContent extends StatelessWidget {
|
|||||||
Gap($styles.insets.md),
|
Gap($styles.insets.md),
|
||||||
AppBtn.from(
|
AppBtn.from(
|
||||||
text: $strings.artifactsButtonBrowse,
|
text: $strings.artifactsButtonBrowse,
|
||||||
icon: AppIcons.search,
|
|
||||||
expand: true,
|
expand: true,
|
||||||
onPressed: state._handleSearchTap,
|
onPressed: state._handleSearchTap,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user