import { StyleSheet } from 'react-native'; import { Colors } from 'src/theme'; export const styles = StyleSheet.create({ background: { height: '100%', flex: 1 }, contentContainerStyle: { gap: 16, paddingBottom: 16 }, wrapper: { display: 'flex', height: '100%' }, text: { fontSize: 14, fontWeight: '400', color: Colors.DARK_BLUE } });