diff --git a/material-theme.config.json b/material-theme.config.json index 2325ad4..9371a0a 100644 --- a/material-theme.config.json +++ b/material-theme.config.json @@ -105,6 +105,10 @@ "selection.background": { "alpha": 40, "value": null + }, + "statusBarItem.remoteBackground": { + "alpha": 100, + "value": null } } } diff --git a/scripts/generator/color-set.ts b/scripts/generator/color-set.ts index e3897d0..8c92ef6 100644 --- a/scripts/generator/color-set.ts +++ b/scripts/generator/color-set.ts @@ -359,9 +359,9 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => { /** * Inputs validation style */ - 'inputValidation.errorBorder': `${theme.scheme.base.red}50`, - 'inputValidation.infoBorder': `${theme.scheme.base.blue}50`, - 'inputValidation.warningBorder': `${theme.scheme.base.yellow}50`, + 'inputValidation.errorBorder': `${theme.scheme.base.red}`, + 'inputValidation.infoBorder': `${theme.scheme.base.blue}`, + 'inputValidation.warningBorder': `${theme.scheme.base.yellow}`, /** * Dropdown menu style */