Skip to content

Commit

Permalink
fix: modal style (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
honeymaro authored Feb 25, 2024
1 parent c28f4d7 commit 5f4683a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ interface ModalProps extends Omit<ReactModal.Props, "style"> {
const defaultContentStyle: React.CSSProperties = {
borderRadius: 0,
padding: 0,
backgroundColor: "transparent",
background: "transparent",
width: "100%",
inset: "unset",
top: "unset",
left: "unset",
right: "unset",
bottom: "unset",
height: "auto",
maxWidth: 544,
border: "none",
Expand Down

0 comments on commit 5f4683a

Please sign in to comment.