Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-20 15:45:30 +03:00
parent e1913111bb
commit 4f7136ac5b
2 changed files with 2 additions and 0 deletions

View File

@ -3099,6 +3099,7 @@ export const getBaseTheme = () => {
disableText: gray,
errorText: lightErrorStatus,
linkColor: lightBlueMain,
borderColor: grayLightMid,
},
editLink: {

View File

@ -3080,6 +3080,7 @@ const Dark: TTheme = {
disableText: grayDark,
errorText: darkErrorStatus,
linkColor: lightBlueMain,
borderColor: grayDarkMid,
},
editLink: {