Skip to content

Commit

Permalink
Use light theme for iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 7, 2024
1 parent b0a8317 commit 8e4b077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile-selector/MyAccountMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const AccountMenu: React.FunctionComponent<AddressProps> = ({ address, ow
{!isDevMode && (
<iframe
ref={iframeRef}
src={`${getCurrentUrlOrigin()}/c/widget/profile`}
src={`${getCurrentUrlOrigin()}/c/widget/profile?theme=light`}
style={{
opacity: isOpenProfileModal ? 1 : 0,
pointerEvents: isOpenProfileModal ? 'auto' : 'none',
Expand Down

0 comments on commit 8e4b077

Please sign in to comment.