feat: allow specification of border_radius for pick_list::Menu

This commit is contained in:
Nick Senger 2022-08-02 16:03:29 -07:00
parent c44267b85f
commit 0c13af179f
No known key found for this signature in database
GPG key ID: F905159224DB77D8
3 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,7 @@ pub struct Appearance {
pub text_color: Color,
pub background: Background,
pub border_width: f32,
pub border_radius: f32,
pub border_color: Color,
pub selected_text_color: Color,
pub selected_background: Background,