Skip to content

Commit

Permalink
chore: update chain button font weight to match with wallet button
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Aug 11, 2023
1 parent d128a63 commit 97f9117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ChainButton = forwardRef<HTMLButtonElement, ChainButtonProps>(
className={cx(`shrink-0 grow-0 ${getFlexBasic('lg')}`)}
name={chain.name}
/>
<p>{shortName}</p>
<p className="font-bold">{shortName}</p>
<ChevronDown
size="lg"
className={cx(`shrink-0 grow-0 ${getFlexBasic('lg')}`)}
Expand Down

0 comments on commit 97f9117

Please sign in to comment.