From cd0dbc6a663c6b7065e0019b2ffce7dd354a9780 Mon Sep 17 00:00:00 2001 From: Viktor Fomin Date: Fri, 14 Jun 2024 13:13:23 +0500 Subject: [PATCH] Shared: Themes: fix missing --- packages/shared/themes/base.ts | 5 +++++ packages/shared/themes/dark.ts | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/packages/shared/themes/base.ts b/packages/shared/themes/base.ts index 6af51a20a2..d2d985e97a 100644 --- a/packages/shared/themes/base.ts +++ b/packages/shared/themes/base.ts @@ -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: { diff --git a/packages/shared/themes/dark.ts b/packages/shared/themes/dark.ts index d27c4b9950..3637f64439 100644 --- a/packages/shared/themes/dark.ts +++ b/packages/shared/themes/dark.ts @@ -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: {