Skip to content

Commit

Permalink
Fix reg token dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
amozoss committed Mar 13, 2024
1 parent 9b696ae commit 15c9248
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/RegistrationToken.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ export function RegistrationToken({}) {
width="100%"
height="350px"
border="0"
allowtransparency="true"
style={{
background: 'transparent',
colorScheme: 'light', // Fixes the background in dark mode
}}
></iframe>
)
}

0 comments on commit 15c9248

Please sign in to comment.