Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-25 18:17:47 +03:00
parent dd33d42d3b
commit 30ff7887b6
2 changed files with 4 additions and 0 deletions

View File

@ -2487,6 +2487,7 @@ export const getBaseTheme = () => {
invite: {
textColor: gray,
addButtonColor: lightBlueMain,
border: `1px solid ${grayStrong}`,
},
},
@ -3027,6 +3028,7 @@ export const getBaseTheme = () => {
mobileRowBackground: grayLight,
iconFill: lightGrayDark,
mobileLabel: gray,
},
login: {
textColor: gray,

View File

@ -2471,6 +2471,7 @@ const Dark: TTheme = {
invite: {
textColor: grayDark,
addButtonColor: lightBlueMain,
border: `1px solid ${grayDarkStrong}`,
},
},
@ -3008,6 +3009,7 @@ const Dark: TTheme = {
mobileRowBackground: lightDarkGrayHover,
iconFill: darkGrayDark,
mobileLabel: grayDark,
},
login: {
textColor: grayDark,