Skip to content

Commit

Permalink
chore: update tooltip variant in Modal footer
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Tyagi <[email protected]>
  • Loading branch information
dragon-slayer875 committed Jul 20, 2024
1 parent 33acf4b commit ddeae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const ModalFooter: React.FC<ModalFooterProps> = ({ helpText, children, va
return (
<StyledFooter variant={variant} hasHelpText={!!helpText}>
{helpText && (
<CustomTooltip title={helpText} variant="standard" placement="top">
<CustomTooltip title={helpText} variant="info" placement="top">
<IconButton>
<InfoCircleIcon {...iconMedium} className="InfoCircleIcon" />
</IconButton>
Expand Down

0 comments on commit ddeae2c

Please sign in to comment.