File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { Button } from "./button"
77
88const CustomTooltipContent = ( { content } ) => (
99 < Flex padding = { [ 1.5 , 2 ] } margin = { [ 2 ] } background = "tooltip" round = { 1 } alignSelf = "start" >
10- < TextSmall color = "bright " > { content } </ TextSmall >
10+ < TextSmall color = "tooltipText " > { content } </ TextSmall >
1111 </ Flex >
1212)
1313
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const Container = forwardRef(
1515 margin = { margin }
1616 >
1717 < Flex background = { background } padding = { [ 1 , 2 ] } round column { ...rest } >
18- { typeof children === "string" ? < Text color = "bright " > { children } </ Text > : children }
18+ { typeof children === "string" ? < Text color = "tooltipText " > { children } </ Text > : children }
1919 </ Flex >
2020 { align && (
2121 < Icon
You can’t perform that action at this time.
0 commit comments