Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-21 12:50:01 +03:00
parent 215071851f
commit a41546cbb5
2 changed files with 4 additions and 0 deletions

View File

@ -2972,6 +2972,7 @@ export const getBaseTheme = () => {
errorContainer: {
background: white,
bodyText: gray,
linkColor: link,
},
editor: {
@ -3070,6 +3071,7 @@ export const getBaseTheme = () => {
disabledBackground: grayLight,
disabledBorder: `1px solid ${grayLightMid}`,
disabledColor: gray,
focusBorder: `1px solid ${lightSecondMain}`,
},
accessRightSelect: {

View File

@ -2953,6 +2953,7 @@ const Dark: TTheme = {
errorContainer: {
background: black,
bodyText: grayDark,
linkColor: darkLink,
},
editor: {
@ -3051,6 +3052,7 @@ const Dark: TTheme = {
disabledBackground: grayDarkStrong,
disabledBorder: `1px solid ${grayDarkStrong}`,
disabledColor: grayDark,
focusBorder: `1px solid ${lightSecondMain}`,
},
accessRightSelect: {