Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Feb 3, 2025
1 parent 8441e2b commit 8be5178
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ export function BalanceWidget({
}
bottom={
<VStack gap="$2">
<Text className="label text-[0.8125rem] text-gray-11">
Total balance
</Text>
<Text className="label">Total balance</Text>
<HStack>
<Tooltip
content={original.display}
Expand Down Expand Up @@ -165,10 +163,10 @@ const styles = {
'.label': {
lineHeight: '$tight',
fontSize: '$sm',
fontWeight: '$medium',
},
'.value': {
fontSize: 32,
color: '$textInverse',
fontFamily: '$mono',
fontWeight: '$bold',
lineHeight: '36px',
Expand Down

0 comments on commit 8be5178

Please sign in to comment.