Shared: Themes: add fields

This commit is contained in:
Viktor Fomin 2024-08-09 14:07:37 +03:00
parent 30a82687c6
commit c5c2689b76
2 changed files with 5 additions and 0 deletions

View File

@ -3055,6 +3055,8 @@ export const getBaseTheme = () => {
dataFontColor: white,
dataFontColorBlack: black,
notAvailableBackground: grayLight,
textColor: black,
},
},

View File

@ -3033,6 +3033,9 @@ const Dark: TTheme = {
dataFontColor: white,
dataFontColorBlack: white,
notAvailableBackground: grayDark,
textColor: white,
},
},