Skip to content

Commit

Permalink
Update tooltip active state style
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Pfledderer <tyler.pfledderer@gmail.com>
  • Loading branch information
amit-ksh and TylerAPfledderer authored Sep 11, 2023
1 parent 4abda57 commit 34f29d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Tooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ const Tooltip: React.FC<IProps> = ({ content, children }) => {
cursor="pointer"
color="body.base"
_hover={{
color: isMobile ? "primary.hover" : "primary.base",
color: "primary.base",
}}
_active={{
color: "primary.hover",
}}
_focusVisible={{
outline: "none",
Expand Down

0 comments on commit 34f29d0

Please sign in to comment.