diff --git a/website/src/components/guides/theming/defaults.ts b/website/src/components/guides/theming/defaults.ts index a12c71c5c..eef927fbb 100644 --- a/website/src/components/guides/theming/defaults.ts +++ b/website/src/components/guides/theming/defaults.ts @@ -110,7 +110,7 @@ const annotationsDefaults: CompleteTheme['annotations'] = { const tooltipDefaults: CompleteTheme['tooltip'] = { container: { background: '#ffffff', - color: extendedTheme.textColor, + color: extendedTheme.text.fill, fontSize: 12, }, basic: {},