fix(menu_bar): use corner radius from theme for menu border
This commit is contained in:
parent
5825afb0da
commit
51be7dc42d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ impl StyleSheet for Theme {
|
|||
background: component.base.into(),
|
||||
border_width: 1.0,
|
||||
bar_border_radius: cosmic.corner_radii.radius_xl,
|
||||
menu_border_radius: cosmic.corner_radii.radius_s.map(|x| x + 2.0),
|
||||
menu_border_radius: cosmic.corner_radii.radius_m,
|
||||
border_color: component.divider.into(),
|
||||
background_expand: [1; 4],
|
||||
path: component.hover.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue