From 3df44723d4e820671a455e1aefeb8b25350e97ee Mon Sep 17 00:00:00 2001 From: Viktor Fomin Date: Tue, 18 Jun 2024 10:10:11 +0300 Subject: [PATCH] Shared: Themes: fix missing --- packages/shared/themes/base.ts | 13 ++++++++++++- packages/shared/themes/dark.ts | 11 +++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/packages/shared/themes/base.ts b/packages/shared/themes/base.ts index 89fe920753..42d046cf3a 100644 --- a/packages/shared/themes/base.ts +++ b/packages/shared/themes/base.ts @@ -2830,7 +2830,7 @@ export const getBaseTheme = () => { toggleContentBackground: grayLight, iconButton: black, iconButtonDisabled: gray, - border: `1px solid ${grayLightMid}`, + border: `1px solid ${grayStrong}`, }, smtp: { @@ -2886,6 +2886,7 @@ export const getBaseTheme = () => { subtitleColor: black, workspaceBackground: white, workspaceBorder: `1px solid ${grayStrong}`, + workspaceHover: lightBlueMain, stepDescriptionColor: black, fileInputIconColor: gray, infoBlockBackground: grayLight, @@ -2907,6 +2908,7 @@ export const getBaseTheme = () => { groupMenuBackground: white, groupMenuBorder: `1px solid ${white}`, groupMenuBoxShadow: "rgba(4, 15, 27, 0.07) 0px 5px 5px 0px", + linkColor: lightBlueMain, }, storageManagement: { grayBackgroundText: grayText, @@ -2917,6 +2919,13 @@ export const getBaseTheme = () => { }, webhooks: { border: `1px solid ${grayLightMid}`, + historyRowBackground: lightGrayHover, + tableCellBackground: lightGrayHover, + barBackground: grayLight, + color: gray, + linkColor: link, + spanBackground: lightBlueMain, + filterBorder: `1px solid ${grayStrong}`, }, }, @@ -3061,6 +3070,7 @@ export const getBaseTheme = () => { dialogs: { disableText: gray, errorText: lightErrorStatus, + linkColor: lightBlueMain, }, editLink: { @@ -3104,6 +3114,7 @@ export const getBaseTheme = () => { borderColor: grayStrong, pluginName: grayDarkText, descriptionColor: lightGrayDark, + color: grayDark, }, sdkPresets: { diff --git a/packages/shared/themes/dark.ts b/packages/shared/themes/dark.ts index bcd8b0eff3..f2e30f66b4 100644 --- a/packages/shared/themes/dark.ts +++ b/packages/shared/themes/dark.ts @@ -2868,6 +2868,7 @@ const Dark: TTheme = { subtitleColor: white, workspaceBackground: black, workspaceBorder: `1px solid ${grayDarkStrong}`, + workspaceHover: lightBlueMain, stepDescriptionColor: white, fileInputIconColor: grayDarkText, infoBlockBackground: darkGrayLight, @@ -2889,6 +2890,7 @@ const Dark: TTheme = { groupMenuBackground: black, groupMenuBorder: `1px solid ${grayDarkStrong}`, groupMenuBoxShadow: "rgba(0, 0, 0, 0.16) 0px 5px 5px 0px", + linkColor: lightBlueMain, }, storageManagement: { grayBackgroundText: grayDark, @@ -2899,6 +2901,13 @@ const Dark: TTheme = { }, webhooks: { border: `1px solid ${grayDarkMid}`, + historyRowBackground: lightDarkGrayHover, + tableCellBackground: lightGrayHover, + barBackground: lightDarkGrayHover, + color: grayDark, + linkColor: lightBlueMain, + spanBackground: lightBlueMain, + filterBorder: `1px solid ${black}`, }, }, @@ -3043,6 +3052,7 @@ const Dark: TTheme = { dialogs: { disableText: grayDark, errorText: darkErrorStatus, + linkColor: lightBlueMain, }, editLink: { @@ -3086,6 +3096,7 @@ const Dark: TTheme = { borderColor: grayDarkStrong, pluginName: gray, descriptionColor: darkGrayDark, + color: grayDark, }, sdkPresets: {