feat: add error message display to operator contact info

This commit is contained in:
Sérgio Salgado 2021-09-09 19:02:28 +01:00 committed by Josh Harvey
parent 94672423eb
commit ff474ee507
2 changed files with 67 additions and 52 deletions

View file

@ -62,6 +62,9 @@ const global = {
marginTop: 4,
marginLeft: 16
}
},
formErrorMsg: {
margin: [[0, 0, 20, 0]]
}
}