We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de5c44 commit 944380aCopy full SHA for 944380a
packages/thirdweb/src/react/web/ui/ConnectWallet/Details.tsx
@@ -224,8 +224,8 @@ export const ConnectedWalletDetails: React.FC<{
224
alt=""
225
src={avatarSrc}
226
style={{
227
- width: "100%",
228
height: "100%",
+ maxWidth: "unset",
229
}}
230
/>
231
) : (
@@ -410,8 +410,8 @@ function DetailsModal(props: {
410
<img
411
412
413
- width: iconSize.xxl,
414
- height: iconSize.xxl,
+ height: "100%",
415
416
417
0 commit comments