Skip to content

Commit

Permalink
Fix Svg styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj authored Jan 9, 2024
1 parent b54f27d commit b083eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widget/src/svg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b083eda

Please sign in to comment.