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: {
color: black,
deletedColor: "#A3A9AE",
background: "#f3f4f4",
hoverBackground: "#eceef1",
disabledBackground: "#f8f9f9",
background: grayLightMid,
hoverBackground: lightGrayishStrongBlue,
disabledBackground: grayLightMid,
deletedBackground: "#F8F9F9",
defaultTagColor: black,
newTagBackground: "#eceef1",