Skip to content

Commit

Permalink
rename align to top & middle
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Jan 4, 2024
1 parent 9851fb6 commit cc8a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/UI/Modal/Modal.types.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type ModalProps = {
title?: string,
align?: 'top' | 'center',
align?: 'top' | 'middle',
maxWidth?: number,
onClose?: () => void;
children: React.ReactNode;
Expand Down

0 comments on commit cc8a8ad

Please sign in to comment.