fix(menu_bar): menu border radius
This commit is contained in:
parent
49846d9f28
commit
8768bce2e2
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_m,
|
||||
menu_border_radius: cosmic.corner_radii.radius_s,
|
||||
border_color: component.divider.into(),
|
||||
background_expand: [1; 4],
|
||||
path: component.hover.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue