Skip to content

Commit

Permalink
(#0) ModalPopup Position 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
baegofda committed Dec 4, 2023
1 parent b093d07 commit ded50ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/Modal/ModalBase/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const VARIANTS = {
} as const;

export const MODAL_CONTENT_POSITION: Record<VariantsType, string> = {
[VARIANTS.MODAL]: "flex items-center justify-center",
[VARIANTS.MODAL]: "fixed flex items-center justify-center",
[VARIANTS.DRAWER]: "flex justify-end",
} as const;

Expand Down

0 comments on commit ded50ad

Please sign in to comment.