Skip to content

Commit 125b538

Browse files
Fix tooltip styling
Ensure consistent styling for tooltips across the application by applying the same CSS to the integration status indicator tooltip as used for the public dashboard tooltip.
1 parent 9c86416 commit 125b538

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/components/IntegrationStatusIndicator.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,8 @@ export const IntegrationStatusIndicator = ({ campaign }: IntegrationStatusIndica
122122
<TooltipTrigger asChild>
123123
<HelpCircle className="h-3 w-3 text-blue-500/70 cursor-help" />
124124
</TooltipTrigger>
125-
<TooltipContent className="bg-white border border-gray-200 shadow-lg">
126-
<div className="text-xs max-w-48">
127-
<p>L'indicateur "Code" vous montre si votre script de tracking RefSpring est correctement installé sur votre site e-commerce et s'il fonctionne.</p>
128-
</div>
125+
<TooltipContent>
126+
<p className="text-xs">L'indicateur "Code" vous montre si votre script de tracking RefSpring est correctement installé sur votre site e-commerce et s'il fonctionne.</p>
129127
</TooltipContent>
130128
</Tooltip>
131129
</div>

0 commit comments

Comments
 (0)