diff --git a/apps/playground-web/src/app/wallets/sign-in/button/RightSection.tsx b/apps/playground-web/src/app/wallets/sign-in/button/RightSection.tsx index b3f288d23af..b4a70a99fde 100644 --- a/apps/playground-web/src/app/wallets/sign-in/button/RightSection.tsx +++ b/apps/playground-web/src/app/wallets/sign-in/button/RightSection.tsx @@ -197,7 +197,7 @@ export function RightSection(props: { } auth={connectOptions.enableAuth ? playgroundAuth : undefined} autoConnect={false} - className="shadow-xl !max-w-full" + className="shadow-xl" client={THIRDWEB_CLIENT} header={{ title: connectOptions.modalTitle, diff --git a/apps/playground-web/src/components/styled-connect-embed.tsx b/apps/playground-web/src/components/styled-connect-embed.tsx index ffe3a52b6d5..986e9bcbc49 100644 --- a/apps/playground-web/src/components/styled-connect-embed.tsx +++ b/apps/playground-web/src/components/styled-connect-embed.tsx @@ -49,7 +49,6 @@ export function StyledConnectEmbed( abstract, ]} client={THIRDWEB_CLIENT} - className="!max-w-full" theme={theme === "light" ? "light" : "dark"} wallets={WALLETS} {...props}