mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 18:57:42 +02:00
TSK-1431,-1440: Update AttachmentPresenter. Replace colors, minor fixes. (#3131)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
id: s._id,
|
||||
label: s.name,
|
||||
icon: s._class === task.class.WonState ? Won : Lost,
|
||||
color: s._class === task.class.WonState ? 'var(--won-color)' : 'var(--lost-color)'
|
||||
color: s._class === task.class.WonState ? 'var(--theme-won-color)' : 'var(--theme-lost-color)'
|
||||
}
|
||||
})
|
||||
itemsDS.unshift({ id: 'NoDoneState', labelIntl: task.string.NoDoneState })
|
||||
|
||||
Reference in New Issue
Block a user