Skip to content

Commit

Permalink
fix(darkmode): use bg-light instead of bg-white for iframe bg
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-secrist committed Jan 9, 2025
1 parent 51586f9 commit 161a309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/heatmaps/HeatmapsBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function EmbeddedHeatmapBrowser({
{!loading && iframeBanner ? <IframeErrorOverlay /> : null}
<iframe
ref={iframeRef}
className="w-full h-full bg-white"
className="w-full h-full bg-light"
src={appEditorUrl(browserUrl, {
userIntent: 'heatmaps',
})}
Expand Down

0 comments on commit 161a309

Please sign in to comment.