Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-20 16:05:37 +03:00
parent d08448a8fa
commit 0ae8eeb76c
2 changed files with 8 additions and 0 deletions

View File

@ -1688,6 +1688,10 @@ export const getBaseTheme = () => {
},
catalogItem: {
header: {
color: gray,
background: grayStrong,
},
container: {
width: "100%",
height: "36px",

View File

@ -1672,6 +1672,10 @@ const Dark: TTheme = {
},
catalogItem: {
header: {
color: grayDark,
background: grayDarkStrong,
},
container: {
width: "100%",
height: "36px",