fix(context menu): increase vertical item padding (#665)
This matches the context menu to the designs.
This commit is contained in:
parent
23d0a3bc74
commit
06150f7d44
5 changed files with 61 additions and 55 deletions
|
|
@ -30,7 +30,7 @@ macro_rules! menu_button {
|
|||
.height(Length::Fixed(24.0))
|
||||
.align_y(Alignment::Center)
|
||||
)
|
||||
.padding([theme::active().cosmic().spacing.space_xxxs, 16])
|
||||
.padding([theme::active().cosmic().spacing.space_xxs, 16])
|
||||
.width(Length::Fill)
|
||||
.class(theme::Button::MenuItem)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue