Skip to content

Commit

Permalink
Fix connect wallet text
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Oct 17, 2024
1 parent 3f33904 commit 45e8bb7
Showing 1 changed file with 1 addition and 1 deletion.
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 45e8bb7

Please sign in to comment.