Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-14 13:59:00 +05:00
parent 63fa837e67
commit 3d23c9a782
2 changed files with 42 additions and 0 deletions

View File

@ -2320,6 +2320,15 @@ export const getBaseTheme = () => {
linkSecondaryColor: black,
exstsColor: gray,
},
helpButton: {
background: gray,
fill: white,
},
},
createEditGroupDialog: {
textColor: gray,
iconFill: gray,
},
filesThirdPartyDialog: {
@ -2564,6 +2573,11 @@ export const getBaseTheme = () => {
badgeBackgroundColor: gray,
},
accountsBadges: {
pendingColor: gray,
disabledColor: lightErrorStatus,
},
filesEditingWrapper: {
color: black,
border: `1px solid ${grayStrong}`,
@ -2686,6 +2700,7 @@ export const getBaseTheme = () => {
downloadDialog: {
background: grayLight,
textColor: gray,
},
client: {
@ -2738,6 +2753,10 @@ export const getBaseTheme = () => {
arrowFill: black,
descriptionColor: grayText,
tfa: {
textColor: gray,
},
admins: {
backgroundColor: black,
backgroundColorWrapper: lightSecondMain,
@ -2784,6 +2803,7 @@ export const getBaseTheme = () => {
themeAddBackground: grayLightMid,
accentBoxBackground: grayLightMid,
buttonBoxBackground: grayLightMid,
iconFill: gray,
},
whiteLabel: {
@ -3009,6 +3029,7 @@ export const getBaseTheme = () => {
invitePage: {
borderColor: grayLightMid,
textColor: gray,
},
portalUnavailable: {

View File

@ -2303,6 +2303,15 @@ const Dark: TTheme = {
linkSecondaryColor: white,
exstsColor: gray,
},
helpButton: {
background: grayDark,
fill: white,
},
},
createEditGroupDialog: {
textColor: grayDark,
iconFill: grayDark,
},
filesThirdPartyDialog: {
@ -2548,6 +2557,11 @@ const Dark: TTheme = {
badgeBackgroundColor: grayDark,
},
accountsBadges: {
pendingColor: grayDark,
disabledColor: darkErrorStatus,
},
filesEditingWrapper: {
color: white,
border: `1px solid ${grayDarkStrong}`,
@ -2670,6 +2684,7 @@ const Dark: TTheme = {
downloadDialog: {
background: darkGrayLight,
textColor: grayDark,
},
client: {
@ -2722,6 +2737,10 @@ const Dark: TTheme = {
arrowFill: white,
descriptionColor: grayDark,
tfa: {
textColor: grayDark,
},
admins: {
backgroundColor: black,
backgroundColorWrapper: lightSecondMain,
@ -2768,6 +2787,7 @@ const Dark: TTheme = {
themeAddBackground: grayDarkStrong,
accentBoxBackground: grayDarkStrong,
buttonBoxBackground: grayDarkStrong,
iconFill: grayDark,
},
whiteLabel: {
@ -2990,6 +3010,7 @@ const Dark: TTheme = {
invitePage: {
borderColor: grayDarkStrong,
textColor: grayDark,
},
portalUnavailable: {