Skip to content

Commit f9928f1

Browse files
committed
Fix: Adding Class to Modal Header
Signed-off-by: vr-varad <[email protected]>
1 parent 3b8c4e3 commit f9928f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/Modal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const Modal: React.FC<ModalProps> = ({
176176
{...props}
177177
>
178178
{title && (
179-
<ModalStyledHeader>
179+
<ModalStyledHeader className="modal-header">
180180
{headerIcon && headerIcon}
181181
<Typography component={'div'} variant="h6">
182182
{title}

0 commit comments

Comments
 (0)