1
0
Fork 0

feat(shared): Ported account/units to new inputs

This commit is contained in:
joostdecock 2023-08-25 16:54:00 +02:00
parent 17afc07302
commit cb531dcc62
5 changed files with 48 additions and 20 deletions

View file

@ -61,7 +61,7 @@ export const FormControl = ({
onClick={() =>
setModal(
<ModalWrapper flex="col" justify="top lg:justify-center" slideFrom="right">
{docs}
<div className="mdx max-w-prose">{docs}</div>
</ModalWrapper>
)
}