Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(Modal): content width
Browse files Browse the repository at this point in the history
  • Loading branch information
webrooster committed Mar 27, 2023
1 parent 84b98d0 commit c5635fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const ModalHeader = styled.div(() => [
items-center
bg-violet-600
px-32
py-24
py-16
text-slate-white
`,
]);
Expand Down Expand Up @@ -149,6 +149,7 @@ const ModalContent = styled.div(() => [
p-32
mx-auto
overflow-y-auto
w-full
`,
]);

Expand Down

0 comments on commit c5635fb

Please sign in to comment.