Shared: Themes: fix missing

This commit is contained in:
Viktor Fomin 2024-06-17 15:19:47 +03:00
parent db9b2135d3
commit 2e66688239
2 changed files with 17 additions and 1 deletions

View File

@ -1857,6 +1857,7 @@ export const getBaseTheme = () => {
roleSelectorArrowColor: gray,
createLink: gray,
linkAccessComboboxExpired: gray,
crossFill: lightGrayDark,
},
history: {
@ -2686,6 +2687,7 @@ export const getBaseTheme = () => {
downloadDialog: {
background: grayLight,
textColor: gray,
iconFill: black,
},
client: {
@ -2809,6 +2811,11 @@ export const getBaseTheme = () => {
dataFontColorBlack: black,
},
companyInfo: {
border: `1px dashed ${black}`,
color: gray,
},
dns: {
errorColor: lightErrorStatus,
},
@ -3103,6 +3110,7 @@ export const getBaseTheme = () => {
borderColor: grayStrong,
secondaryColor: lightGrayDark,
previewBackgroundColor: lightGrayHover,
linkHelpColor: lightGrayDark,
},
sideBarRow: {
titleColor: black,

View File

@ -1842,6 +1842,7 @@ const Dark: TTheme = {
roleSelectorArrowColor: gray,
createLink: grayDark,
linkAccessComboboxExpired: gray,
crossFill: lightGrayDark,
},
history: {
@ -2671,6 +2672,7 @@ const Dark: TTheme = {
downloadDialog: {
background: darkGrayLight,
textColor: grayDark,
iconFill: black,
},
client: {
@ -2794,6 +2796,11 @@ const Dark: TTheme = {
dataFontColorBlack: white,
},
companyInfo: {
border: `1px dashed ${white}`,
color: grayDark,
},
dns: {
errorColor: darkErrorStatus,
},
@ -3066,7 +3073,7 @@ const Dark: TTheme = {
background: darkGrayLight,
title: white,
description: darkGrayDark,
textColor: black,
textColor: white,
iconFill: darkStatusWarning,
},
@ -3085,6 +3092,7 @@ const Dark: TTheme = {
borderColor: grayDarkStrong,
secondaryColor: darkGrayDark,
previewBackgroundColor: lightDarkGrayHover,
linkHelpColor: darkGrayDark,
},
sideBarRow: {