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 2846dd3 commit 971b086
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ export function BalanceWidget({
</>
}
bottom={
<VStack gap="$2">
<>
<Text className="label">Total balance</Text>
<HStack>
<Box.Flex>
<Tooltip
content={original.display}
delayDuration={0}
Expand All @@ -122,8 +122,8 @@ export function BalanceWidget({
visibility={visibility}
onChangeVisibility={onChangeVisibility}
/>
</HStack>
</VStack>
</Box.Flex>
</>
}
/>
);
Expand All @@ -142,7 +142,7 @@ const styles = {
fontSize: '$sm',
}),
balance: cssObj({
py: '$5',
pt: '$3',
px: '$4',

'&[aria-hidden="true"]': {
Expand Down Expand Up @@ -183,7 +183,7 @@ const styles = {
gap: '$3',
alignItems: 'center',
py: '$4',
px: '$5',
px: '$4',
borderTop: '1px solid $border',
borderBottom: '1px solid $border',
}),
Expand Down

0 comments on commit 971b086

Please sign in to comment.