4
0
forked from crowetic/commerce

Most Changes

This commit is contained in:
Belen Curcio 2020-10-13 14:44:15 -03:00
parent 6010d3e2b7
commit c1e440afd0

View File

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