Skip to content

Commit 9c86416

Browse files
Fix text bubble background
The AI will make the background of the text bubble opaque and ensure its style matches the public dashboard explanation window.
1 parent d329e55 commit 9c86416

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/IntegrationStatusIndicator.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const IntegrationStatusIndicator = ({ campaign }: IntegrationStatusIndica
109109
<span className="text-xs font-medium">{config.label}</span>
110110
</Badge>
111111
</TooltipTrigger>
112-
<TooltipContent>
112+
<TooltipContent className="bg-white border border-gray-200 shadow-lg">
113113
<div className="text-xs">
114114
<p>{config.description}</p>
115115
<p className="text-gray-500 mt-1">
@@ -122,7 +122,7 @@ 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>
125+
<TooltipContent className="bg-white border border-gray-200 shadow-lg">
126126
<div className="text-xs max-w-48">
127127
<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>
128128
</div>

0 commit comments

Comments
 (0)