Skip to content

Commit

Permalink
Merge pull request #96 from balancer/fix/token-row-width
Browse files Browse the repository at this point in the history
fix: token row width
  • Loading branch information
groninge01 authored Oct 23, 2024
2 parents f36391d + 3be672f commit b7ef49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/modules/pool/PoolDetail/PoolMyLiquidity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default function PoolMyLiquidity() {
</VStack>
</HStack>
<Divider />
<VStack alignItems="flex-start" h={`${height - 270}px}`} spacing="md" width="full">
<VStack alignItems="flex-start" h={`${height - 270}px`} spacing="md" width="full">
{activeTab.value === 'aura' && !totalBalanceUsd && pool.staking?.aura ? (
<HStack bg="aura.purple" justify="space-between" mb="3xl" p="2" rounded="md" w="full">
<Text color="white">Aura APR: {fNum('apr', pool.staking.aura.apr)}</Text>
Expand Down

0 comments on commit b7ef49e

Please sign in to comment.