Skip to content

Commit c4f55a1

Browse files
Fix tooltip styling inconsistency
The AI is still working on fixing the tooltip styling inconsistency. The user has pointed out that the tooltip next to the icon is still not styled correctly. The AI will investigate this further and make the necessary changes.
1 parent 27b3c06 commit c4f55a1

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

src/components/CustomInfoTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const CustomInfoTooltip = ({ text }: CustomInfoTooltipProps) => {
1111
return (
1212
<div className="relative inline-block">
1313
<HelpCircle
14-
className="h-3 w-3 text-blue-500/70 cursor-help"
14+
className="h-3 w-3 text-gray-500 cursor-help"
1515
onMouseEnter={() => setIsVisible(true)}
1616
onMouseLeave={() => setIsVisible(false)}
1717
/>

src/components/InfoTooltip.tsx

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)