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

@ -210,7 +210,7 @@ impl cosmic::Application for Time {
},
)
.on_press(Message::TogglePopup)
.style(cosmic::theme::Button::Standard);
.style(theme::Button::Text);
if let Some(tracker) = self.rectangle_tracker.as_ref() {
tracker.container(0, button).into()