fix(app): border radius
Increases the border radius by 1.0 to prevent some corner artifacts.
This commit is contained in:
parent
bd28ae6581
commit
2ce3e95cf6
2 changed files with 3 additions and 2 deletions
|
|
@ -69,7 +69,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,
|
||||
menu_border_radius: cosmic.corner_radii.radius_s.map(|x| x + 2.0),
|
||||
border_color: component.divider.into(),
|
||||
background_expand: [1; 4],
|
||||
path: component.hover.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue