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

Commit

Permalink
Merge pull request #250 from smartive-education/feature/modal-6
Browse files Browse the repository at this point in the history
fix(Modal): content width
  • Loading branch information
tomschall authored Mar 28, 2023
2 parents 84b98d0 + c5635fb commit bf11348
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 bf11348

Please sign in to comment.