mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +03:00
removed bottom border radius from inputs
This commit is contained in:
parent
18016e604d
commit
805cd6fa92
@ -12,9 +12,9 @@ export default EStyleSheet.create({
|
||||
text: { color: '$primaryBlack', marginBottom: 8 },
|
||||
weightInput: { flex: 1 },
|
||||
weightFormInput: { textAlign: 'center', color: '$primaryBlack' },
|
||||
weightFormInputWrapper: { marginTop: 8, borderRadius:12 },
|
||||
weightFormInputWrapper: { marginTop: 8 },
|
||||
usernameInput: { flex: 3, color: '$primaryBlack', marginLeft: 16 },
|
||||
usernameFormInputWrapper: { marginTop: 8, marginLeft: 10, borderRadius:12 },
|
||||
usernameFormInputWrapper: { marginTop: 8, marginLeft: 10 },
|
||||
footerWrapper: { paddingTop:16, paddingBottom:16 },
|
||||
saveButton: {
|
||||
width: 140,
|
||||
|
Loading…
Reference in New Issue
Block a user