Skip to content

Commit

Permalink
Issue #2490
Browse files Browse the repository at this point in the history
extend tooltip theme to allow customization of TooltipWrapper component
  • Loading branch information
gtibrett committed Mar 27, 2024
1 parent c5e63d9 commit 8551edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/components/guides/theming/defaults.ts
Expand Up @@ -108,6 +108,7 @@ const annotationsDefaults: CompleteTheme['annotations'] = {
}

const tooltipDefaults: CompleteTheme['tooltip'] = {
wrapper: {},
container: {
background: '#ffffff',
color: extendedTheme.text.fill,
Expand Down

0 comments on commit 8551edc

Please sign in to comment.