From d9c85ff18f1eca576edd8397a19d955fb7ac93bb Mon Sep 17 00:00:00 2001 From: dwelle <5153846+dwelle@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:56:47 +0200 Subject: [PATCH] bump extraBold width to 8 --- packages/common/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/constants.ts b/packages/common/src/constants.ts index 5d311eb500..434dd1bd09 100644 --- a/packages/common/src/constants.ts +++ b/packages/common/src/constants.ts @@ -417,7 +417,7 @@ export const STROKE_WIDTH = { thin: 1, medium: 2, bold: 4, - extraBold: 6, + extraBold: 8, } as const; export const DEFAULT_ELEMENT_PROPS: {