Shared: Themes: Fix tag color in light theme

This commit is contained in:
Aleksandr Lushkin 2024-08-09 10:19:23 +02:00
parent 74d72b3b70
commit 4218510853

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