Skip to content

Commit e141be7

Browse files
committed
Playground: Fix ConnectEmbed width
1 parent fb8c95a commit e141be7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/playground-web/src/app/wallets/sign-in/button/RightSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export function RightSection(props: {
197197
}
198198
auth={connectOptions.enableAuth ? playgroundAuth : undefined}
199199
autoConnect={false}
200-
className="shadow-xl !max-w-full"
200+
className="shadow-xl"
201201
client={THIRDWEB_CLIENT}
202202
header={{
203203
title: connectOptions.modalTitle,

apps/playground-web/src/components/styled-connect-embed.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export function StyledConnectEmbed(
4949
abstract,
5050
]}
5151
client={THIRDWEB_CLIENT}
52-
className="!max-w-full"
5352
theme={theme === "light" ? "light" : "dark"}
5453
wallets={WALLETS}
5554
{...props}

0 commit comments

Comments
 (0)