File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ export const Modal: React.FC<ModalProps> = ({
176
176
{ ...props }
177
177
>
178
178
{ title && (
179
- < ModalStyledHeader className = "modal-header" >
179
+ < ModalStyledHeader >
180
180
{ headerIcon && headerIcon }
181
181
< Typography component = { 'div' } variant = "h6" >
182
182
{ title }
@@ -206,7 +206,7 @@ export const Modal: React.FC<ModalProps> = ({
206
206
207
207
export const ModalFooter : React . FC < ModalFooterProps > = ( { helpText, children, variant } ) => {
208
208
return (
209
- < StyledFooter className = "modal-footer" variant = { variant } hasHelpText = { ! ! helpText } >
209
+ < StyledFooter variant = { variant } hasHelpText = { ! ! helpText } >
210
210
{ helpText && (
211
211
< CustomTooltip title = { helpText } variant = "standard" placement = "top" >
212
212
< IconButton >
You can’t perform that action at this time.
0 commit comments