Commit bb74bb1a authored by Malsha Jayakody's avatar Malsha Jayakody

set font styles

parent 3272ec2c
...@@ -27,24 +27,26 @@ const Home = () => { ...@@ -27,24 +27,26 @@ const Home = () => {
style={{ style={{
paddingHorizontal: 67, paddingHorizontal: 67,
position: 'absolute', position: 'absolute',
top: 590, top: 510,
width: '100%', width: '100%',
}}> }}>
<Text <Text
style={{ style={{
fontSize: 48, fontSize: 45,
color: COLORS.black, color: COLORS.black,
fontWeight: 'bold', fontWeight: 'bold',
textAlign: 'center', textAlign: 'center',
fontFamily: 'monospace',
}}> }}>
Welcome to Welcome to
</Text> </Text>
<Text <Text
style={{ style={{
fontSize: 48, fontSize: 45,
color: COLORS.black, color: COLORS.black,
fontWeight: 'bold', fontWeight: 'bold',
textAlign: 'center', textAlign: 'center',
fontFamily: 'monospace',
}}> }}>
e-MidWife e-MidWife
</Text> </Text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment