Fix Svg styling
This commit is contained in:
parent
b54f27d30d
commit
b083eda663
1 changed files with 2 additions and 2 deletions
|
|
@ -168,9 +168,9 @@ where
|
|||
};
|
||||
|
||||
let appearance = if is_mouse_over {
|
||||
theme.appearance(&self.style)
|
||||
} else {
|
||||
theme.hovered(&self.style)
|
||||
} else {
|
||||
theme.appearance(&self.style)
|
||||
};
|
||||
|
||||
renderer.draw(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue