Skip to content

Commit 42cdc3a

Browse files
committed
UI Cleanup (#4191)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the connect modal styles and adds support for wallet authentication in the authentication flow. ### Detailed summary - Updated connect modal styles - Added support for wallet authentication - Modified styles for various UI components - Added a new component for copying addresses - Improved wallet image rendering based on wallet type > The following files were skipped due to too many changes: `packages/thirdweb/src/wallets/custom/smart/image.ts`, `packages/thirdweb/src/react/web/ui/ConnectWallet/Details.tsx` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 4abf7a7 commit 42cdc3a

File tree

16 files changed

+267
-202
lines changed

16 files changed

+267
-202
lines changed

.changeset/light-countries-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": minor
3+
---
4+
5+
Updates connect modal styles

packages/thirdweb/src/react/core/design-system/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export const fontSize = {
170170
};
171171

172172
export const spacing = {
173+
"4xs": "2px",
173174
"3xs": "4px",
174175
xxs: "6px",
175176
xs: "8px",

0 commit comments

Comments
 (0)