Compare commits
2 Commits
main
...
ui-polish-
Author | SHA1 | Date | |
---|---|---|---|
|
c6db38cb09 | ||
|
5448f97d3d |
@ -128,7 +128,7 @@ class _ArtifactScreenState extends State<ArtifactCarouselScreen> {
|
||||
trailing: (context) => CircleBtn(
|
||||
semanticLabel: $strings.artifactsButtonBrowse,
|
||||
onPressed: _handleSearchTap,
|
||||
child: AppIcon(AppIcons.search),
|
||||
child: AppIcon(AppIcons.search, size: 24),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
@ -195,7 +195,7 @@ class _OpenedTimeRange extends StatelessWidget {
|
||||
semanticLabel: $strings.expandingTimeSelectorSemanticSelector,
|
||||
enableFeedback: false, // handled when panelController changes.
|
||||
icon: AppIcons.close,
|
||||
iconSize: 20,
|
||||
iconSize: 24,
|
||||
padding: EdgeInsets.symmetric(vertical: $styles.insets.xxs),
|
||||
bgColor: Colors.transparent,
|
||||
),
|
||||
|
@ -154,8 +154,8 @@ class _SearchInput extends StatelessWidget {
|
||||
color: $styles.colors.white,
|
||||
icon: AppIcons.close,
|
||||
semanticLabel: $strings.searchInputSemanticClear,
|
||||
size: $styles.insets.md,
|
||||
iconSize: $styles.insets.sm,
|
||||
size: $styles.insets.lg,
|
||||
iconSize: 24,
|
||||
onPressed: () {
|
||||
textController.clear();
|
||||
onSubmit('');
|
||||
|
@ -205,7 +205,7 @@ class _MenuTextBtn extends StatelessWidget {
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
AppIcon(icon, color: $styles.colors.offWhite),
|
||||
AppIcon(icon, color: $styles.colors.offWhite, size: 24),
|
||||
Gap($styles.insets.xs),
|
||||
Text(label, style: $styles.text.bodyBold.copyWith(height: 1)),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user