Skip to content

Commit

Permalink
refactor: switch applet back to secondary button
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Aug 17, 2023
1 parent 6b883a9 commit d5c1317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/applet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl CosmicAppletHelper {
&self,
icon_name: &'a str,
) -> iced::widget::Button<'a, Message, Renderer> {
crate::widget::button(theme::Button::Text)
crate::widget::button(theme::Button::Secondary)
.icon(theme::Svg::Symbolic, icon_name, self.suggested_size().0)
.padding(8)
}
Expand Down

0 comments on commit d5c1317

Please sign in to comment.