diff options
Diffstat (limited to 'style/src/theme.rs')
-rw-r--r-- | style/src/theme.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/style/src/theme.rs b/style/src/theme.rs index d7ebb827..3b38c2c1 100644 --- a/style/src/theme.rs +++ b/style/src/theme.rs @@ -537,7 +537,6 @@ impl pick_list::StyleSheet for Theme { border_radius: 2.0, border_width: 1.0, border_color: palette.background.strong.color, - icon_size: 0.7, } } PickList::Custom(custom, _) => custom.active(self), @@ -556,7 +555,6 @@ impl pick_list::StyleSheet for Theme { border_radius: 2.0, border_width: 1.0, border_color: palette.primary.strong.color, - icon_size: 0.7, } } PickList::Custom(custom, _) => custom.active(self), |