File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ export const CustomInfoTooltip = ({ text }: CustomInfoTooltipProps) => {
1616 onMouseLeave = { ( ) => setIsVisible ( false ) }
1717 />
1818 { isVisible && (
19- < div className = "absolute bottom-full left-1/2 transform -translate-x-1/2 mb-2 px-3 py-1.5 bg-popover border text-popover-foreground text-xs rounded-md shadow-md z-50 w-48 text-center whitespace-normal" >
19+ < div className = "absolute bottom-full left-1/2 transform -translate-x-1/2 mb-2 px-3 py-1.5 bg-slate-900 text-white text-xs rounded-md shadow-lg z-50 w-48 text-center whitespace-normal" >
2020 { text }
21- < div className = "absolute top-full left-1/2 transform -translate-x-1/2 w-0 h-0 border-l-4 border-r-4 border-t-4 border-transparent border-t-border " > </ div >
21+ < div className = "absolute top-full left-1/2 transform -translate-x-1/2 w-0 h-0 border-l-4 border-r-4 border-t-4 border-transparent border-t-slate-900 " > </ div >
2222 </ div >
2323 ) }
2424 </ div >
You can’t perform that action at this time.
0 commit comments