feat: error handling on forms

This commit is contained in:
Taranto 2020-10-26 19:48:53 +00:00 committed by Josh Harvey
parent a6bb503b95
commit 7d5d963685
20 changed files with 119 additions and 71 deletions

View file

@ -7,7 +7,8 @@ import {
spacer,
white,
tableDoubleHeaderHeight,
offColor
offColor,
errorColor
} from 'src/styling/variables'
const { tl2, p, label1 } = typographyStyles
@ -97,5 +98,9 @@ export default {
},
actionCol: {
marginLeft: 'auto'
},
errorContent: {
padding: [[12, 0, 12, 24]],
color: errorColor
}
}