Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-17 14:47:29 +03:00
parent 2a57c57e07
commit f94792d33e
2 changed files with 17 additions and 0 deletions

View File

@ -2360,6 +2360,7 @@ export const getBaseTheme = () => {
privateRoom: {
linkColor: link,
},
descriptionColor: lightGrayDark,
},
emptyContent: {
@ -2499,6 +2500,7 @@ export const getBaseTheme = () => {
},
invite: {
textColor: gray,
addButtonColor: lightBlueMain,
},
},
@ -2801,6 +2803,9 @@ export const getBaseTheme = () => {
nameColor: black,
textColor: gray,
},
ip: {
errorColor: lightErrorStatus,
},
},
common: {
@ -3065,6 +3070,7 @@ export const getBaseTheme = () => {
dialogs: {
disableText: gray,
errorText: lightErrorStatus,
},
editLink: {
@ -3095,6 +3101,8 @@ export const getBaseTheme = () => {
background: grayLight,
title: black,
description: grayText,
textColor: black,
iconFill: lightStatusWarning,
},
roomIcon: {

View File

@ -2141,6 +2141,7 @@ const Dark: TTheme = {
descriptionColor: darkGrayDark,
buttonColor: darkGrayDark,
hoverButtonColor: white,
pressedButtonColor: grayDarkText,
},
},
@ -2364,6 +2365,7 @@ const Dark: TTheme = {
privateRoom: {
linkColor: darkLink,
},
descriptionColor: darkGrayDark,
},
filesPanels: {
@ -2483,6 +2485,7 @@ const Dark: TTheme = {
},
invite: {
textColor: grayDark,
addButtonColor: lightBlueMain,
},
},
@ -2785,6 +2788,9 @@ const Dark: TTheme = {
nameColor: white,
textColor: grayDark,
},
ip: {
errorColor: darkErrorStatus,
},
},
common: {
@ -3046,6 +3052,7 @@ const Dark: TTheme = {
dialogs: {
disableText: grayDark,
errorText: darkErrorStatus,
},
editLink: {
@ -3076,6 +3083,8 @@ const Dark: TTheme = {
background: darkGrayLight,
title: white,
description: darkGrayDark,
textColor: black,
iconFill: darkStatusWarning,
},
roomIcon: {