feat: error handling on forms
This commit is contained in:
parent
a6bb503b95
commit
7d5d963685
20 changed files with 119 additions and 71 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue