Commit 419edea8 authored by isstuev's avatar isstuev

fixes

parent dbe85c1b
...@@ -35,8 +35,8 @@ const Deposits = () => { ...@@ -35,8 +35,8 @@ const Deposits = () => {
<Skeleton <Skeleton
w={{ base: '100%', lg: '320px' }} w={{ base: '100%', lg: '320px' }}
h="24px" h="24px"
mb={{ base: 6, lg: isPaginationVisible ? 0 : 7 }} mb={{ base: 7, lg: isPaginationVisible ? 0 : 7 }}
mt={{ base: 0, lg: isPaginationVisible ? 0 : 7 }} mt={{ base: 1, lg: isPaginationVisible ? 0 : 7 }}
/> />
); );
} }
...@@ -46,7 +46,7 @@ const Deposits = () => { ...@@ -46,7 +46,7 @@ const Deposits = () => {
} }
return ( return (
<Text mb={{ base: 6, lg: isPaginationVisible ? 0 : 6 }} lineHeight="32px"> <Text mb={{ base: 6, lg: isPaginationVisible ? 0 : 6 }} lineHeight={{ base: '24px', lg: '32px' }}>
A total of { countersQuery.data.toLocaleString('en') } deposits found A total of { countersQuery.data.toLocaleString('en') } deposits found
</Text> </Text>
); );
......
...@@ -46,7 +46,7 @@ const Withdrawals = () => { ...@@ -46,7 +46,7 @@ const Withdrawals = () => {
} }
return ( return (
<Text mb={{ base: 6, lg: isPaginationVisible ? 0 : 6 }} lineHeight="32px"> <Text mb={{ base: 6, lg: isPaginationVisible ? 0 : 6 }} lineHeight={{ base: '24px', lg: '32px' }}>
A total of { countersQuery.data.toLocaleString('en') } withdrawals found A total of { countersQuery.data.toLocaleString('en') } withdrawals found
</Text> </Text>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment