revert padding change for footer
This commit is contained in:
+2
-2
@@ -65,8 +65,8 @@ export const gradients = {
|
|||||||
|
|
||||||
export const s = StyleSheet.create({
|
export const s = StyleSheet.create({
|
||||||
// helpers
|
// helpers
|
||||||
footerSpacer: {height: 50},
|
footerSpacer: {height: 100},
|
||||||
contentContainer: {paddingBottom: 100},
|
contentContainer: {paddingBottom: 200},
|
||||||
contentContainerExtra: {paddingBottom: 300},
|
contentContainerExtra: {paddingBottom: 300},
|
||||||
border0: {borderWidth: 0},
|
border0: {borderWidth: 0},
|
||||||
border1: {borderWidth: 1},
|
border1: {borderWidth: 1},
|
||||||
|
|||||||
Reference in New Issue
Block a user