TooltipThemeStyle
Defines the style properties for different tooltip themes.
Props
The following table outlines the props for the TooltipThemeStyle:
| Name | Type | Default | Description |
|---|---|---|---|
| textStyle | - | Text style configuration for the tooltip. | |
| tooltipBoldLabel | string | - | Color for bold labels in the tooltip. |
| tooltipFill | string | - | Background fill color of the tooltip. |
| tooltipHeaderLine | string | - | Color for the header separator line in the tooltip. |
| tooltipLightLabel | string | - | Color for regular (non-bold) labels in the tooltip. |