chore: libcosmic update

This commit is contained in:
Victoria Brekenfeld 2024-09-19 19:25:25 +02:00
parent d7ca0324c5
commit ad449f9db0
3 changed files with 19 additions and 20 deletions

View file

@ -424,7 +424,7 @@ impl Program for ContextMenu {
Row::with_children(components)
.spacing(8)
.width(mode)
.apply(button)
.apply(button::custom)
.width(width)
.padding([8, 24])
.on_press_maybe((!disabled).then_some(Message::ItemPressed(idx)))