diff --git a/src/components/RegistrationToken.jsx b/src/components/RegistrationToken.jsx index d3964ed77..20285d367 100644 --- a/src/components/RegistrationToken.jsx +++ b/src/components/RegistrationToken.jsx @@ -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 + }} > ) }