Skip to content

Commit

Permalink
Merge pull request #5230 from novuhq/nv-3420-css-inconsistencies-with…
Browse files Browse the repository at this point in the history
…-designs

Nv 3420 css inconsistencies with designs
  • Loading branch information
ainouzgali committed Feb 26, 2024
2 parents 91ee23b + 4995f6d commit ce1d583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .source
1 change: 1 addition & 0 deletions libs/design-system/src/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ interface IModalProps extends ModalProps {
onClose: () => void;
size?: 'lg' | 'xl' | 'md';
zIndex?: number;
centered?: boolean;
}

export function Modal({ children, ...props }: IModalProps) {
Expand Down

0 comments on commit ce1d583

Please sign in to comment.