Commit 525dbb05 by Tonk

update input style

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