fix: make buttons text buttons again

This commit is contained in:
Ashley Wulber 2023-08-18 16:30:32 -04:00 committed by Ashley Wulber
parent 4f964a4bc8
commit 4d63d06a7e

View file

@ -128,7 +128,7 @@ impl CosmicAppletHelper {
&self,
icon_name: &'a str,
) -> iced::widget::Button<'a, Message, Renderer> {
crate::widget::button(theme::Button::Secondary)
crate::widget::button(theme::Button::Text)
.icon(theme::Svg::Symbolic, icon_name, self.suggested_size().0)
.padding(8)
}