Skip to content

Commit

Permalink
fix: change iframe background color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
banzhe committed Nov 10, 2024
1 parent 8231748 commit f0f7ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/iframe-page-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function IframePageContent({ pageHtml }: IframePageContentProps) {
return (
<iframe
src={pageContentUrl}
className="w-full h-full bg-current"
className="w-full h-full bg-white"
sandbox="allow-scripts allow-same-origin allow-popups allow-forms"
/>
)
Expand Down

0 comments on commit f0f7ea1

Please sign in to comment.