@@ -111,7 +111,7 @@ function ProductDescriptionDrawer({
111111 />
112112 < Dialog . Content
113113 className = { clsx ( [
114- "fixed inset-y-0 w-full md:max-w-[430px] bg-background py-6 z-20" ,
114+ "fixed inset-y-0 w-full md:max-w-[430px] bg-background py-2.5 z-20" ,
115115 "right-0 data-[state=open]:animate-enter-from-right shadow-2xl" ,
116116 ] ) }
117117 aria-describedby = { undefined }
@@ -128,7 +128,7 @@ function ProductDescriptionDrawer({
128128 < CaretLeftIcon className = "w-4 h-4 text-[#29231E]" />
129129 </ button >
130130 < Dialog . Title asChild >
131- < span className = "font-semibold text-sm tracking-[0.02em] text-[#29231E] uppercase" > DESCRIPTION</ span >
131+ < span className = "font-semibold uppercase" > DESCRIPTION</ span >
132132 </ Dialog . Title >
133133 </ div >
134134 < button
@@ -229,7 +229,7 @@ export function QuickShop({
229229 { /* Product Details */ }
230230 < div className = "space-y-6" >
231231 { /* Product Title & Price */ }
232- < h4 className = "font-semibold leading-tight line-clamp-2" > { title } </ h4 >
232+ < h4 className = "font-medium leading-tight line-clamp-2" > { title } </ h4 >
233233 < button
234234 type = "button"
235235 className = "underline cursor-pointer"
@@ -341,7 +341,7 @@ export function QuickShopTrigger({ productHandle }: { productHandle: string }) {
341341 type = "button"
342342 className = { clsx (
343343 "absolute inset-x-4 bottom-4 !opacity-0 -translate-y-1.5 -translate-x-2 lg:group-hover:!opacity-100 lg:group-hover:translate-x-0 lg:group-hover:translate-y-2 !transition-all duration-500" ,
344- "border px-4 py-3 " ,
344+ "border px-4 py-2 " ,
345345 "text-(--btn-secondary-text)" ,
346346 "bg-(--btn-secondary-bg)" ,
347347 "border-(--btn-secondary-bg)" ,
@@ -362,16 +362,16 @@ export function QuickShopTrigger({ productHandle }: { productHandle: string }) {
362362 />
363363 < Dialog . Content
364364 className = { clsx ( [
365- "fixed inset-y-0 w-full md:max-w-[430px] bg-background py-4 z-10" ,
365+ "fixed inset-y-0 w-full md:max-w-[430px] bg-background py-2.5 z-10" ,
366366 "right-0 data-[state=open]:animate-enter-from-right shadow-2xl" ,
367367 ] ) }
368368 aria-describedby = { undefined }
369369 >
370370 < div className = "h-full flex flex-col" >
371371 { /* Header */ }
372- < div className = "flex items-center justify-between px-5 flex-shrink-0 py-2.5 " >
372+ < div className = "flex items-center justify-between px-5 flex-shrink-0 py-3 " >
373373 < Dialog . Title asChild >
374- < span className = "font-semibold" > Quick Shop</ span >
374+ < span className = "font-semibold uppercase " > Quick Shop</ span >
375375 </ Dialog . Title >
376376 < button
377377 type = "button"
0 commit comments