Skip to content

Commit

Permalink
Fix: ModalElem children type
Browse files Browse the repository at this point in the history
  • Loading branch information
14KGun committed Sep 3, 2023
1 parent e3a5daf commit 6accf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/ModalElem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export type ModalElemProps = {
displayCloseBtn?: boolean;
width?: PixelValue;
padding?: Padding;
children: ReactNode;
children?: ReactNode;
isAlert?: boolean;
};

Expand Down

0 comments on commit 6accf02

Please sign in to comment.