diff --git a/src/components/Shared/InputLabelHelp.js b/src/components/Shared/InputLabelHelp.js index cc869d4a1..cdb9e45f7 100644 --- a/src/components/Shared/InputLabelHelp.js +++ b/src/components/Shared/InputLabelHelp.js @@ -22,6 +22,11 @@ const useStyles = makeStyles(theme => ({ linkHelpLabel: { paddingLeft: theme.spacing(0.5), }, + tooltipPopper: { + '& a': { + color: theme.palette.common.white, + }, + }, })) export default function InputLabelHelp({ @@ -38,7 +43,12 @@ export default function InputLabelHelp({ {inputLabel} {type === 'tooltip' ? ( - + } + placement={tooltipPlacement} + classes={{ popper: classes.tooltipPopper }} + > {icon ? icon : } {label ? (