Introduce placeholder_color to pick_list::Style

This commit is contained in:
Héctor Ramón Jiménez 2021-07-22 20:13:14 +07:00
parent 26b2a824a9
commit 1b36068847
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 7 additions and 1 deletions

View file

@ -171,6 +171,7 @@ impl pick_list::StyleSheet for PickList {
},
border_radius: 2.0,
icon_size: 0.5,
..pick_list::Style::default()
}
}