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