Skip to content

Commit 1403362

Browse files
chore: more spacing adjustments
1 parent f709445 commit 1403362

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/components/Views/Wallet/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,8 @@ const createStyles = ({ colors }: Theme) =>
199199
gap: 16,
200200
flexDirection: 'column',
201201
},
202-
walletAccount: { marginTop: 28 },
203-
204202
tabContainer: {
205203
flex: 1,
206-
marginTop: 8,
207204
},
208205
loader: {
209206
backgroundColor: colors.background.default,
@@ -217,7 +214,6 @@ const createStyles = ({ colors }: Theme) =>
217214
paddingHorizontal: 16,
218215
},
219216
carousel: {
220-
marginBottom: 16,
221217
overflow: 'hidden', // Allow for smooth height animations
222218
},
223219
});

0 commit comments

Comments
 (0)