fix: styling

This commit is contained in:
Ashley Wulber 2023-10-10 19:58:35 -04:00 committed by Ashley Wulber
parent 4107f18d81
commit 2a99ad959a
4 changed files with 18 additions and 13 deletions

View file

@ -297,11 +297,11 @@ impl cosmic::Application for Power {
.size(16),
row![
button(text(fl!("confirm")).size(14))
.padding(2)
.padding(8)
.style(theme::Button::Suggested)
.on_press(Message::Confirm),
button(text(fl!("cancel")).size(14))
.padding(2)
.padding(8)
.style(theme::Button::Standard)
.on_press(Message::Cancel),
]