Skip to content

Commit

Permalink
fix(menu): use corner radius from theme
Browse files Browse the repository at this point in the history
  • Loading branch information
git-f0x authored and Drakulix committed Oct 21, 2024
1 parent b8c429f commit 50d6dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/grabs/menu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ impl Program for ContextMenu {
text_color: Some(component.on.into()),
background: Some(Background::Color(component.base.into())),
border: Border {
radius: 8.0.into(),
radius: cosmic.radius_s().into(),
width: 1.0,
color: component.divider.into(),
},
Expand Down

0 comments on commit 50d6dc3

Please sign in to comment.