Skip to content

Commit

Permalink
update user drawdown text style
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Sep 22, 2023
1 parent f6ec065 commit 66dc205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps/src/components/user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ export default function User({ className, onClose = () => undefined }: Props) {
}}
className="px-large py-small hover:text-primary text-start transition active:translate-y-1"
>
<span className="text-sm font-light">History</span>
<span className="text-sm font-medium">History</span>
</Link>
<button
onClick={() => disconnect()}
className="px-large py-small hover:text-primary text-start transition active:translate-y-1"
>
<span className="text-sm font-light">Disconnect</span>
<span className="text-sm font-medium">Disconnect</span>
</button>
</div>
</div>
Expand Down

0 comments on commit 66dc205

Please sign in to comment.