Skip to content

Commit

Permalink
Restore green square (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkidwarrior authored Apr 26, 2024
2 parents 418665b + 53b7e74 commit 4f59091
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/features/home/TokenBalanceCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Label, Paragraph, Spinner, Tooltip, TooltipGroup, XStack, YStack } from '@my/ui'
import { Label, Paragraph, Spinner, Tooltip, TooltipGroup, XStack, YStack, Stack } from '@my/ui'
import formatAmount from 'app/utils/formatAmount'
import { useSendAccountBalances } from 'app/utils/useSendAccountBalances'

Expand All @@ -18,6 +18,7 @@ export const TokenBalanceCard = () => {
<Tooltip placement="bottom">
<Tooltip.Trigger>
<XStack ai="center" gap="$2.5">
<Stack w={11} h={11} bc="$primary" $theme-light={{ bc: '$color12' }} />
<Label
fontSize={'$4'}
zIndex={1}
Expand Down
9 changes: 9 additions & 0 deletions packages/app/features/home/__snapshots__/screen.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ exports[`HomeScreen 1`] = `
}
}
>
<View
style={
{
"backgroundColor": "#40FB50",
"height": 11,
"width": 11,
}
}
/>
<Text
cancelable={true}
disabled={false}
Expand Down

0 comments on commit 4f59091

Please sign in to comment.