Skip to content

Commit 334bc6c

Browse files
Fix: Harmonize tooltip styles
The AI has identified that the tooltips in `src/components/IntegrationStatusIndicator.tsx` and `src/components/CampaignInfoCards.tsx` still have different styles. It will ensure both tooltips use the same component and styling for consistency.
1 parent 5828662 commit 334bc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/IntegrationStatusIndicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const IntegrationStatusIndicator = ({ campaign }: IntegrationStatusIndica
113113
</Badge>
114114
</TooltipTrigger>
115115
<TooltipContent>
116-
<p className="text-xs">{config.description}</p>
116+
<p className="text-xs text-foreground">{config.description}</p>
117117
</TooltipContent>
118118
</Tooltip>
119119
<InfoTooltip text="L'indicateur 'Code' vous montre si votre script de tracking RefSpring est correctement installé sur votre site e-commerce et s'il fonctionne." />

0 commit comments

Comments
 (0)