4
0
forked from crowetic/commerce

Merge pull request #10 from okbel/arzafran/ui-tweaks

General UI fixes
This commit is contained in:
B 2020-10-23 16:08:52 -03:00 committed by GitHub
commit 40049b27a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ const Sidebar: FC<Props> = ({ className, children, show = true, close }) => {
leaveFrom="translate-x-0"
leaveTo="translate-x-full"
>
<div className="h-full w-screen max-w-xl">
<div className="h-full w-screen max-w-md">
<div className="h-full flex flex-col text-base bg-accents-1 shadow-xl overflow-y-auto">
{children}
</div>