revert padding change for footer

This commit is contained in:
Hailey
2024-08-11 13:52:46 -07:00
parent 8a23784902
commit 263c7b2b68
+2 -2
View File
@@ -65,8 +65,8 @@ export const gradients = {
export const s = StyleSheet.create({
// helpers
footerSpacer: {height: 50},
contentContainer: {paddingBottom: 100},
footerSpacer: {height: 100},
contentContainer: {paddingBottom: 200},
contentContainerExtra: {paddingBottom: 300},
border0: {borderWidth: 0},
border1: {borderWidth: 1},