added padding to tos

This commit is contained in:
balzack 2023-03-06 21:58:10 -08:00
parent f54839ca1e
commit 12734bc059
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { useEffect, useState, useRef, useContext } from 'react';
import SQLite from "react-native-sqlite-storage";
const DATABAG_DB = 'db_v134.db';
const DATABAG_DB = 'db_v135.db';
export function useStoreContext() {
const [state, setState] = useState({});

View File

@ -341,7 +341,7 @@ export function Session() {
{ !state.agree && (
<View style={styles.nostart}>
<Text style={styles.nostartText}>Get Started</Text>
<Text style={styles.nostartText}>Continue</Text>
</View>
)}

View File

@ -40,6 +40,8 @@ export const styles = StyleSheet.create({
backgroundColor: Colors.background,
alignItems: 'center',
justifyContent: 'center',
paddingTop: 16,
paddingBottom: 16,
},
splash: {
maxWidth: '80%',