Skip to content

Commit

Permalink
Merge pull request #657 from dragon-slayer875/master
Browse files Browse the repository at this point in the history
[Chore] Update modal footer tooltip variant
  • Loading branch information
aabidsofi19 authored Jun 24, 2024
2 parents 9300866 + 4223e93 commit 00413b4
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 @@ -160,7 +160,7 @@ export const ModalFooter: React.FC<ModalFooterProps> = ({ helpText, children, va
return (
<StyledFooter variant={variant} hasHelpText={!!helpText}>
{helpText && (
<CustomTooltip title={helpText} placement="top">
<CustomTooltip title={helpText} variant="standard" placement="top">
<IconButton>
<InfoCircleIcon {...iconMedium} className="InfoCircleIcon" />
</IconButton>
Expand Down

0 comments on commit 00413b4

Please sign in to comment.