Skip to content

Commit

Permalink
style: make sure padding bottom offset for Token Tab on Home. (#260)
Browse files Browse the repository at this point in the history
* style: make sure padding bottom offset for Token Tab on Home.

* style: more space.
  • Loading branch information
richardo2016x authored Apr 27, 2024
1 parent 4f02964 commit 4076a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/mobile/src/screens/Home/components/TokenWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export const TokenWallet = ({
<>
<Tabs.FlatList
ListHeaderComponent={<View style={{ height: 12 }} />}
ListFooterComponent={<View style={{ height: 24 }} />}
keyExtractor={keyExtractor}
renderItem={renderItem}
data={mainTokens}
Expand Down

0 comments on commit 4076a38

Please sign in to comment.