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

View File

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