Finalized profile flow, setup status bar color, and add some improvement
This commit is contained in:
20
src/screens/home/styles.tsx
Normal file
20
src/screens/home/styles.tsx
Normal file
@ -0,0 +1,20 @@
|
||||
import {StyleSheet} from 'react-native';
|
||||
import Colors from '../../../assets/styles/Colors';
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
flex: 1,
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
backgroundColor: 'white',
|
||||
},
|
||||
bottomNavLabel: {
|
||||
color: Colors.neutral100.color,
|
||||
textAlign: 'center',
|
||||
alignSelf: 'center',
|
||||
fontSize: 12,
|
||||
position: 'absolute',
|
||||
},
|
||||
});
|
||||
|
||||
export default styles;
|
Reference in New Issue
Block a user