Skip to content

Commit acaf0b6

Browse files
authored
Merge pull request #3696 from passportxyz/Embed-text-update
fix(app): improve text contrast in dark theme for embed campaign widget
2 parents f98f9ce + 9b6c775 commit acaf0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/EmbedCampaign.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export const EmbedCampaign = () => {
316316
collapseMode={{ None: "off", Shift: "shift", Overlay: "overlay" }[collapseType] as CollapseMode}
317317
{...passportEmbedParams}
318318
/>
319-
<div className={selectedTheme === "Dark" ? "text-color-1" : "text-color-4"}>Text below the widget.</div>
319+
<div className={selectedTheme === "Dark" ? "text-color-9" : "text-color-4"}>Text below the widget.</div>
320320
</div>
321321
<img
322322
className="w-full h-auto col-start-1 row-start-4 hidden lg:block"

0 commit comments

Comments
 (0)