Skip to content

Commit 50e01ce

Browse files
authored
SDK: Restore border on embed components (#7487)
1 parent f15f62f commit 50e01ce

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/crazy-regions-send.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Restore border on embed components: `ConnectEmbed`, `BuyWidget`, `CheckoutWidget`, `TransactionWidget`

packages/thirdweb/src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ export const EmbedContainer = /* @__PURE__ */ StyledDiv<{
452452
color: theme.colors.selectedTextColor,
453453
},
454454
background: theme.colors.modalBg,
455+
border: `1px solid ${theme.colors.borderColor}`,
455456
borderRadius: radius.xl,
456457
boxSizing: "border-box",
457458
color: theme.colors.primaryText,

0 commit comments

Comments
 (0)