Merge branch 'hotfix/v2.6.1' into bugfix/huge-group-issues

This commit is contained in:
Alexey Safronov 2024-08-09 13:30:00 +04:00
commit 0f12aa1619

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",