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

View File

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