We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9928f1 commit 06936a6Copy full SHA for 06936a6
src/custom/Modal/index.tsx
@@ -206,7 +206,7 @@ export const Modal: React.FC<ModalProps> = ({
206
207
export const ModalFooter: React.FC<ModalFooterProps> = ({ helpText, children, variant }) => {
208
return (
209
- <StyledFooter variant={variant} hasHelpText={!!helpText}>
+ <StyledFooter className="modal-footer" variant={variant} hasHelpText={!!helpText}>
210
{helpText && (
211
<CustomTooltip title={helpText} variant="standard" placement="top">
212
<IconButton>
0 commit comments