Skip to content

Commit

Permalink
fix: Fixed efp stroke highlight colour (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw authored Dec 30, 2023
1 parent d8d2fa7 commit d927c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Eplant/views/eFP/Tooltips/EFPTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function SVGTooltip(props: {
}
}
}
}, [props.el])
}, [props.el, theme])
return (
<Popper transition anchorEl={props.el} open={open}>
{({ TransitionProps }) => (
Expand Down

0 comments on commit d927c05

Please sign in to comment.