Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-14 12:52:02 +05:00
parent 116f8c5b0c
commit 01cf496eed
2 changed files with 16 additions and 0 deletions

View File

@ -2782,6 +2782,8 @@ export const getBaseTheme = () => {
appearance: {
themeAddBackground: grayLightMid,
accentBoxBackground: grayLightMid,
buttonBoxBackground: grayLightMid,
},
whiteLabel: {
@ -2889,6 +2891,12 @@ export const getBaseTheme = () => {
grayBackgroundText: grayText,
descriptionColor: lightGrayDark,
},
deleteData: {
borderTop: `1px solid ${grayLightMid}`,
},
webhooks: {
border: `1px solid ${grayLightMid}`,
},
},
wizard: {

View File

@ -2766,6 +2766,8 @@ const Dark: TTheme = {
appearance: {
themeAddBackground: grayDarkStrong,
accentBoxBackground: grayDarkStrong,
buttonBoxBackground: grayDarkStrong,
},
whiteLabel: {
@ -2870,6 +2872,12 @@ const Dark: TTheme = {
grayBackgroundText: grayDark,
descriptionColor: darkGrayDark,
},
deleteData: {
borderTop: `1px solid ${grayDarkMid}`,
},
webhooks: {
border: `1px solid ${grayDarkMid}`,
},
},
wizard: {