refactor: switch applet back to secondary button

This commit is contained in:
Ashley Wulber 2023-08-17 16:19:45 -04:00 committed by Ashley Wulber
parent 9f36d33e34
commit be49bb2a25

View file

@ -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)
}