Apply suggestions

This commit is contained in:
Eduardo Flores 2023-10-04 11:20:29 -07:00 committed by Ashley Wulber
parent 76e26dca88
commit 486eff3eb3
7 changed files with 57 additions and 101 deletions

View file

@ -242,7 +242,7 @@ impl cosmic::Application for Window {
.padding([0, self.core.applet.suggested_size().0 / 2])
.align_items(Alignment::Center),
)
.style(Button::Standard)
.style(Button::Text)
.on_press(Message::TogglePopup)
.padding(8)
.width(Length::Shrink)