Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-14 12:43:12 +05:00
parent 784d2d3fa3
commit 4188050574
2 changed files with 12 additions and 0 deletions

View File

@ -2396,6 +2396,7 @@ export const getBaseTheme = () => {
textAreaColor: gray,
iconColor: black,
color: gray,
border: `1px solid ${grayDarkMid}`,
},
versionHistory: {
@ -2581,6 +2582,7 @@ export const getBaseTheme = () => {
fill: gray,
hoverFill: lightGrayDark,
disabledBackground: white,
},
filesIcons: {
@ -2778,6 +2780,10 @@ export const getBaseTheme = () => {
descriptionColor: lightGrayDark,
brandingDescriptionColor: lightGrayDark,
appearance: {
themeAddBackground: grayLightMid,
},
whiteLabel: {
borderImg: `1px solid ${grayStrong}`,

View File

@ -2379,6 +2379,7 @@ const Dark: TTheme = {
textAreaColor: grayDark,
iconColor: white,
color: gray,
border: `1px solid ${grayDarkMid}`,
},
versionHistory: {
@ -2565,6 +2566,7 @@ const Dark: TTheme = {
fill: grayDark,
hoverFill: white,
disabledBackground: white,
},
filesIcons: {
@ -2762,6 +2764,10 @@ const Dark: TTheme = {
descriptionColor: grayDark,
brandingDescriptionColor: grayDark,
appearance: {
themeAddBackground: grayDarkStrong,
},
whiteLabel: {
borderImg: `1px solid ${grayDarkStrong}`,