UBER-206: Redefined color palettes (#3243)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-05-24 22:53:06 +06:00
committed by GitHub
parent df5fc73eeb
commit 3776137a52
81 changed files with 897 additions and 578 deletions
@@ -23,9 +23,10 @@
SelectPopup,
Spinner,
closeTooltip,
getPlatformColor,
getPlatformColorDef,
navigate,
showPopup,
themeStore,
tooltip
} from '@hcengineering/ui'
import { ListSelectionProvider } from '@hcengineering/view-resources'
@@ -72,7 +73,7 @@
icon,
isSelected: iss._id === issue._id,
...(project !== undefined ? { text: `${getIssueId(project, iss)} ${iss.title}` } : undefined),
...(color !== undefined ? { iconColor: getPlatformColor(color) } : undefined)
...(color !== undefined ? { iconColor: getPlatformColorDef(color, $themeStore.dark).icon } : undefined)
}
}),
width: 'large'