1
0
Fork 0

chore [react]: Prettier

This commit is contained in:
joostdecock 2025-06-01 17:04:47 +02:00
parent 47d4a27f64
commit daaf407028
8 changed files with 33 additions and 15 deletions

View file

@ -84,7 +84,6 @@ export const ModalWrapper = ({
onClick={keepOpenOnClick ? stopClick : null}
className={`tw:z-30 tw:bg-base-100 tw:p-4 tw:lg:px-8 tw:lg:rounded-lg tw:lg:shadow-lg tw:max-h-full tw:overflow-auto tw:hover:cursor-default ${
fullWidth ? 'tw:w-full' : ''
} ${wide ? 'tw:max-w-5xl tw:w-full' : ''} `}
>
{children}