fix: input validation borders opacity

fix: #481
This commit is contained in:
Mattia Astorino 2020-06-26 19:40:08 +02:00
parent bfefcf46a9
commit e6d8c3f273
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -359,9 +359,9 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
/** /**
* Inputs validation style * Inputs validation style
*/ */
'inputValidation.errorBorder': `${theme.scheme.base.red}50`, 'inputValidation.errorBorder': `${theme.scheme.base.red}`,
'inputValidation.infoBorder': `${theme.scheme.base.blue}50`, 'inputValidation.infoBorder': `${theme.scheme.base.blue}`,
'inputValidation.warningBorder': `${theme.scheme.base.yellow}50`, 'inputValidation.warningBorder': `${theme.scheme.base.yellow}`,
/** /**
* Dropdown menu style * Dropdown menu style
*/ */