fix: add unique machine name validation

This commit is contained in:
Nikola Ubavic 2021-10-18 12:28:13 +02:00
parent ff474ee507
commit f294a83ebc
2 changed files with 43 additions and 15 deletions

View file

@ -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
}
}