We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f98f9ce + 9b6c775 commit acaf0b6Copy full SHA for acaf0b6
app/components/EmbedCampaign.tsx
@@ -316,7 +316,7 @@ export const EmbedCampaign = () => {
316
collapseMode={{ None: "off", Shift: "shift", Overlay: "overlay" }[collapseType] as CollapseMode}
317
{...passportEmbedParams}
318
/>
319
- <div className={selectedTheme === "Dark" ? "text-color-1" : "text-color-4"}>Text below the widget.</div>
+ <div className={selectedTheme === "Dark" ? "text-color-9" : "text-color-4"}>Text below the widget.</div>
320
</div>
321
<img
322
className="w-full h-auto col-start-1 row-start-4 hidden lg:block"
0 commit comments