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

@ -369,7 +369,7 @@ fn power_buttons(name: &str, msg: String) -> cosmic::widget::Button<Message, Ren
)
.width(Length::Fill)
.height(Length::Fixed(76.0))
.style(theme::Button::Standard)
.style(theme::Button::Text)
}
fn text_icon(name: &str, size: u16) -> cosmic::widget::Icon {