Search now with Geist Colors

This commit is contained in:
Bel Curcio
2021-06-07 00:59:52 -03:00
parent f46891991e
commit 677bba308d
5 changed files with 16 additions and 16 deletions

View File

@@ -23,6 +23,7 @@
height: 100%;
left: 30% !important;
top: 30% !important;
z-index: 1;
}
.productName {

View File

@@ -80,7 +80,7 @@ const CartItem = ({
{...rest}
>
<div className="flex flex-row space-x-4 py-4">
<div className="w-16 h-16 bg-violet relative overflow-hidden cursor-pointer">
<div className="w-16 h-16 bg-violet relative overflow-hidden cursor-pointer z-0">
<Link href={`/product/${item.path}`}>
<Image
onClick={() => closeSidebarIfPresent()}