From 4a7765c8c5ad6bb356cb4263b2dcbdc3ba80c3cb Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Wed, 3 Jul 2024 16:17:32 +0100 Subject: [PATCH] Fixed Header1 inconsistent font weight --- apps/webapp/app/components/primitives/Headers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/components/primitives/Headers.tsx b/apps/webapp/app/components/primitives/Headers.tsx index 809c24f65..05c6a1331 100644 --- a/apps/webapp/app/components/primitives/Headers.tsx +++ b/apps/webapp/app/components/primitives/Headers.tsx @@ -2,7 +2,7 @@ import { cn } from "~/utils/cn"; const headerVariants = { header1: { - text: "font-sans text-2xl leading-5 md:leading-6 lg:leading-7 font-semibold", + text: "font-sans text-2xl leading-5 md:leading-6 lg:leading-7 font-medium", spacing: "mb-2", }, header2: {