Browse Source

bump extraBold width to 8

dwelle 1 month ago
parent
commit
d9c85ff18f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/common/src/constants.ts

+ 1 - 1
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: {