Skip to content

Commit

Permalink
fix(darkmode): use bg-light for onboarding iframe bg
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-secrist committed Jan 10, 2025
1 parent 37098aa commit 2e832b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function IframedToolbarBrowser({
<LoadingOverlay />
<iframe
ref={iframeRef}
className="w-full h-full bg-white"
className="w-full h-full bg-light"
src={appEditorUrl(browserUrl + '/' + initialPath, {
userIntent: userIntent,
})}
Expand Down

0 comments on commit 2e832b8

Please sign in to comment.