diff --git a/frontend/src/screens/HomeScreen.tsx b/frontend/src/screens/HomeScreen.tsx index c731c4d1..f04996d2 100644 --- a/frontend/src/screens/HomeScreen.tsx +++ b/frontend/src/screens/HomeScreen.tsx @@ -396,6 +396,12 @@ const styles = StyleSheet.create({ flex: 1, backgroundColor: '#F8F9FA', }, + scrollContent: { + paddingBottom: 80, + }, + walletScrollContent: { + paddingBottom: 80, + }, header: { flexDirection: 'row', justifyContent: 'space-between',