fix: make buttons text buttons again
This commit is contained in:
parent
4f964a4bc8
commit
4d63d06a7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue