stylnbgggg

This commit is contained in:
Samantha Kellow
2023-08-20 20:30:02 +01:00
parent 483edf0a1b
commit 4a7aa19084
6 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ export function ProductDescription({ product }: { product: Product }) {
<>
<div className="mb-6 flex flex-col border-b pb-6 dark:border-neutral-700">
<h1 className="mb-2 text-4xl md:text-3xl font-medium">{product.title}</h1>
<div className="place-self-end mr-auto w-auto rounded-full bg-blue-600 p-2 text-sm text-white">
<div className="place-self-end mr-auto w-auto rounded-full bg-gray-600 p-2 text-sm text-white">
<Price
amount={product.priceRange.maxVariantPrice.amount}
currencyCode={product.priceRange.maxVariantPrice.currencyCode}