Re-enable hover styles
This commit is contained in:
parent
40d58c9bc3
commit
8f7f38536d
8 changed files with 28 additions and 28 deletions
|
@ -62,8 +62,8 @@ impl<S: 'static + Send + Sync> IconButton<S> {
|
|||
.items_center()
|
||||
.justify_center()
|
||||
.rounded_md()
|
||||
// .hover()
|
||||
// .fill(theme.highest.base.hovered.background)
|
||||
.hover()
|
||||
.fill(theme.highest.base.hovered.background)
|
||||
// .active()
|
||||
// .fill(theme.highest.base.pressed.background)
|
||||
.child(IconElement::new(self.icon).color(icon_color))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue