Skip to content

Commit 00413b4

Browse files
authored
Merge pull request #657 from dragon-slayer875/master
[Chore] Update modal footer tooltip variant
2 parents 9300866 + 4223e93 commit 00413b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/Modal/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const ModalFooter: React.FC<ModalFooterProps> = ({ helpText, children, va
160160
return (
161161
<StyledFooter variant={variant} hasHelpText={!!helpText}>
162162
{helpText && (
163-
<CustomTooltip title={helpText} placement="top">
163+
<CustomTooltip title={helpText} variant="standard" placement="top">
164164
<IconButton>
165165
<InfoCircleIcon {...iconMedium} className="InfoCircleIcon" />
166166
</IconButton>

0 commit comments

Comments
 (0)