Skip to content

Commit

Permalink
Styling tweaks to match existing
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Nov 19, 2024
1 parent 1287ec6 commit 4fb44e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/InfoToolTip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ const InfoToolTip = ({
_active={{
bgColor: "transparent",
}}
padding={0}
minW="unset"
color="chakra-body-text._dark"
aria-label={intl.formatMessage({ id: `${titleId}-tooltip-aria` })}
isDisabled={isDisabled}
_disabled={{
opacity: 1,
}}
/>
</ClickableTooltip>
);
Expand Down

0 comments on commit 4fb44e8

Please sign in to comment.