parent
bfefcf46a9
commit
e6d8c3f273
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue