Skip to content

Commit

Permalink
fix: adjust search icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Aug 15, 2023
1 parent 0cfa673 commit 640fa2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/widgets/yaru_search_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ class YaruSearchButton extends StatelessWidget {
YaruIcons.search,
// Note: Center is needed for when the button is leading
// This increases the iconsize, thus this adjustment is needed
//
size: kYaruIconSize - 2,
color: theme.colorScheme.onSurface,
),
Expand Down

0 comments on commit 640fa2c

Please sign in to comment.