Skip to content

Commit

Permalink
fix: Update ConnectWalletText styling (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer authored Oct 17, 2024
1 parent 5327610 commit 64bd519
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/friendly-baboons-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@coinbase/onchainkit': patch
---

-**fix**: Updated `ConnectWalletText` component styling to match the `ConnectWallet` text prop formatting. By @cpcramer #1445
2 changes: 1 addition & 1 deletion src/wallet/components/ConnectWalletText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function ConnectWalletText({
className,
}: ConnectWalletTextReact) {
return (
<span className={cn(dsText.body, color.inverse, className)}>
<span className={cn(dsText.headline, color.inverse, className)}>
{children}
</span>
);
Expand Down

0 comments on commit 64bd519

Please sign in to comment.