Skip to content

Commit 5fe9476

Browse files
committed
[React] Fix: Linked account avatar sizing (#4559)
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on updating the styling of the `LinkedProfilesScreen` component by changing the width property to flexGrow for better responsiveness. ### Detailed summary - Updated `width` property to `flexGrow: 1` for responsiveness. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 5385f6b commit 5fe9476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function LinkedProfile({
157157
flexDirection: "row",
158158
justifyContent: "space-between",
159159
alignItems: "center",
160-
width: "100%",
160+
flexGrow: 1,
161161
}}
162162
>
163163
<Text color="primaryText">

0 commit comments

Comments
 (0)