Skip to content

Commit

Permalink
fix(website): fix tooltip default color in the theming guide (#2521)
Browse files Browse the repository at this point in the history
* fix tooltip default color

* use correct tooltip container color
  • Loading branch information
scalabw committed Mar 5, 2024
1 parent 44d8967 commit d74996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/guides/theming/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit d74996a

Please sign in to comment.