Commit 525dbb05 by Tonk

update input style

parent 826bd63e
...@@ -28,11 +28,10 @@ export const theme = StyleSheet.create({ ...@@ -28,11 +28,10 @@ export const theme = StyleSheet.create({
borderRadius: 24, borderRadius: 24,
}, },
input: { input: {
width: 300,
marginLeft: 5, marginLeft: 5,
color: color.grey1, color: color.grey1,
marginTop: 30, marginTop: 30,
fontSize: 17 fontSize: 17,
}, },
inputErrIcon: { inputErrIcon: {
color: color.red1, color: color.red1,
...@@ -48,10 +47,9 @@ export const theme = StyleSheet.create({ ...@@ -48,10 +47,9 @@ export const theme = StyleSheet.create({
inputContainer: { inputContainer: {
flex: 1, flex: 1,
flexDirection: 'row', flexDirection: 'row',
justifyContent: 'center',
alignItems: 'flex-end', alignItems: 'flex-end',
borderBottomColor: '#cfd7db', borderBottomColor: '#cfd7db',
borderBottomWidth: 1, borderBottomWidth: 1,
paddingBottom: 5 paddingBottom: 5,
}, },
}); });
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