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