feat: allow specification of border_radius for pick_list::Menu
This commit is contained in:
parent
c44267b85f
commit
0c13af179f
3 changed files with 4 additions and 2 deletions
|
|
@ -366,6 +366,7 @@ impl menu::StyleSheet for Theme {
|
|||
text_color: palette.background.weak.text,
|
||||
background: palette.background.weak.color.into(),
|
||||
border_width: 1.0,
|
||||
border_radius: 0.0,
|
||||
border_color: palette.background.strong.color,
|
||||
selected_text_color: palette.primary.strong.text,
|
||||
selected_background: palette.primary.strong.color.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue