Fix Svg styling

This commit is contained in:
Héctor Ramón 2024-01-09 02:03:13 +01:00 committed by GitHub
parent b54f27d30d
commit b083eda663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,9 +168,9 @@ where
}; };
let appearance = if is_mouse_over { let appearance = if is_mouse_over {
theme.appearance(&self.style)
} else {
theme.hovered(&self.style) theme.hovered(&self.style)
} else {
theme.appearance(&self.style)
}; };
renderer.draw( renderer.draw(