From 95a3f53a222c656a821db1d76f67f06e985553fb Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Thu, 5 May 2022 01:14:46 +0200 Subject: [PATCH] Fix font sizes --- pages/[channel]/[locale]/cart.tsx | 2 +- pages/[channel]/[locale]/products/[slug].tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/[channel]/[locale]/cart.tsx b/pages/[channel]/[locale]/cart.tsx index 692ba3165..00e481537 100644 --- a/pages/[channel]/[locale]/cart.tsx +++ b/pages/[channel]/[locale]/cart.tsx @@ -61,7 +61,7 @@ function Cart() {
{t.formatMessage(messages.checkoutButton)} diff --git a/pages/[channel]/[locale]/products/[slug].tsx b/pages/[channel]/[locale]/products/[slug].tsx index 0e2c56a01..01d072f43 100644 --- a/pages/[channel]/[locale]/products/[slug].tsx +++ b/pages/[channel]/[locale]/products/[slug].tsx @@ -188,7 +188,7 @@ function ProductPage({ product }: InferGetStaticPropsType type="submit" disabled={isAddToCartButtonDisabled} className={clsx( - "w-full bg-blue-600 border border-transparent rounded-md py-3 px-8 flex items-center justify-center text-white hover:bg-blue-700 focus:outline-none", + "w-full bg-blue-600 border border-transparent rounded-md py-3 px-8 flex items-center justify-center text-md text-white hover:bg-blue-700 focus:outline-none", isAddToCartButtonDisabled && "bg-gray-400 hover:bg-gray-400" )} >