fix: add unique machine name validation
This commit is contained in:
parent
ff474ee507
commit
f294a83ebc
2 changed files with 43 additions and 15 deletions
|
|
@ -5,7 +5,8 @@ import {
|
|||
primaryColor,
|
||||
mainWidth,
|
||||
spring2,
|
||||
spring3
|
||||
spring3,
|
||||
errorColor
|
||||
} from 'src/styling/variables'
|
||||
|
||||
const { tl2, p } = typographyStyles
|
||||
|
|
@ -122,6 +123,9 @@ const styles = {
|
|||
display: 'flex',
|
||||
flexDirection: 'col',
|
||||
alignItems: 'center'
|
||||
},
|
||||
errorMessage: {
|
||||
color: errorColor
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue