mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-02 23:27:00 +02:00
bump extraBold width to 8
This commit is contained in:
@@ -417,7 +417,7 @@ export const STROKE_WIDTH = {
|
|||||||
thin: 1,
|
thin: 1,
|
||||||
medium: 2,
|
medium: 2,
|
||||||
bold: 4,
|
bold: 4,
|
||||||
extraBold: 6,
|
extraBold: 8,
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export const DEFAULT_ELEMENT_PROPS: {
|
export const DEFAULT_ELEMENT_PROPS: {
|
||||||
|
Reference in New Issue
Block a user