Skip to content

Commit b083eda

Browse files
authored
Fix Svg styling
1 parent b54f27d commit b083eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

widget/src/svg.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ where
168168
};
169169

170170
let appearance = if is_mouse_over {
171-
theme.appearance(&self.style)
172-
} else {
173171
theme.hovered(&self.style)
172+
} else {
173+
theme.appearance(&self.style)
174174
};
175175

176176
renderer.draw(

0 commit comments

Comments
 (0)