Skip to content

Commit

Permalink
v4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
novykh committed Mar 8, 2024
1 parent ab8f36d commit f60b5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netdata/charts",
"version": "4.4.5",
"version": "4.4.6",
"description": "Netdata frontend SDK and chart utilities",
"main": "dist/index.js",
"module": "dist/es6/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/tooltip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const tooltipStyleProps = {

const DefaultContent = ({ children, ...rest }) => (
<Flex {...tooltipStyleProps} {...rest}>
<TextSmall color="bright" wordBreak="break-word">
<TextSmall color="tooltipText" wordBreak="break-word">
{children}
</TextSmall>
</Flex>
Expand Down

0 comments on commit f60b5c9

Please sign in to comment.