Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-14 13:13:23 +05:00
parent d3f7692bad
commit cd0dbc6a66
2 changed files with 10 additions and 0 deletions

View File

@ -2799,6 +2799,10 @@ export const getBaseTheme = () => {
dataFontColor: white,
dataFontColorBlack: black,
},
dns: {
errorColor: lightErrorStatus,
},
},
integration: {
@ -3030,6 +3034,7 @@ export const getBaseTheme = () => {
color: gray,
errorColor: lightErrorStatus,
},
requiredColor: lightErrorStatus,
},
oformGallery: {

View File

@ -2783,6 +2783,10 @@ const Dark: TTheme = {
dataFontColor: white,
dataFontColorBlack: white,
},
dns: {
errorColor: darkErrorStatus,
},
},
integration: {
@ -3011,6 +3015,7 @@ const Dark: TTheme = {
color: gray,
errorColor: darkErrorStatus,
},
requiredColor: darkErrorStatus,
},
oformGallery: {