Compare commits

...

1 Commits

Author SHA1 Message Date
Maximus
f4667b947d added width to styles 2022-08-22 17:53:08 +03:00

View File

@ -25,7 +25,7 @@ export function BottomSheetModal({
leaveFrom="translate-y-0 opacity-100"
leaveTo="translate-y-full opacity-0"
>
<Dialog className="fixed bottom-0" as="div" onClose={() => {}}>
<Dialog className="fixed bottom-0 w-full" as="div" onClose={() => {}}>
{children}
</Dialog>
</Transition>