Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-18 10:10:11 +03:00
parent 7dd068611d
commit 3df44723d4
2 changed files with 23 additions and 1 deletions

View File

@ -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: {

View File

@ -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: {