Commit d0477f15 by Prachpawee

update style

parent 36621823
......@@ -25,7 +25,7 @@ export const theme = StyleSheet.create({
},
roundedBtn: {
alignItems: 'center',
borderRadius: 100,
borderRadius: 24,
},
input: {
width: 300,
......
......@@ -8,7 +8,7 @@ export default class forgotPassword extends Component {
return (
<Container>
<Content style={theme.startContainer}>
<Text style={theme.startTitle}>Forgot Password</Text>
<Text style={[theme.startTitle, { fontSize: 22, fontWeight: 'bold' }]}>Forgot Password</Text>
<View style={{ paddingHorizontal: 15, marginTop: 40 }}>
<Text style={{ color: color.grey1 }}>Please enter your email address.</Text>
<Text style={{ color: color.grey1 }}>
......
......@@ -14,7 +14,7 @@ export default class sendEmail extends Component {
width: 135,
height: 135,
alignSelf: 'center',
borderRadius: 100,
borderRadius: 65,
}}
source={{
uri:
......
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