diff --git a/src/constants.ts b/src/constants.ts index eaa17a2526..e221272424 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -167,7 +167,7 @@ export const DEFAULT_STYLE = { underline: false, fontSize: 10, fillColor: "", - textColor: "#000000", + textColor: "", } satisfies Required