Merge branch 'hotfix/v2.6.1' of github.com:ONLYOFFICE/DocSpace-client into hotfix/v2.6.1

This commit is contained in:
Ilya Oleshko 2024-08-09 12:38:02 +03:00
commit aec3d915b0

View File

@ -3208,9 +3208,9 @@ export const getBaseTheme = () => {
tag: { tag: {
color: black, color: black,
deletedColor: "#A3A9AE", deletedColor: "#A3A9AE",
background: "#f3f4f4", background: grayLightMid,
hoverBackground: "#eceef1", hoverBackground: lightGrayishStrongBlue,
disabledBackground: "#f8f9f9", disabledBackground: grayLightMid,
deletedBackground: "#F8F9F9", deletedBackground: "#F8F9F9",
defaultTagColor: black, defaultTagColor: black,
newTagBackground: "#eceef1", newTagBackground: "#eceef1",