mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
TSK-1324. Update popups and colors (#3145)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -71,11 +71,11 @@
|
||||
<div class="mr-2 flex">
|
||||
<Icon icon={clazz.icon} size={'medium'} />
|
||||
{#if clazz.kind === ClassifierKind.MIXIN && hierarchy.hasMixin(clazz, settings.mixin.UserMixin)}
|
||||
<Icon icon={IconAdd} size={'x-small'} />
|
||||
<Icon icon={IconAdd} size={'x-small'} fill={'var(--theme-dark-color)'} />
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
<span class="overflow-label content-accent-color"><Label label={clazz.label} /></span>
|
||||
<span class="overflow-label caption-color"><Label label={clazz.label} /></span>
|
||||
</div>
|
||||
</div>
|
||||
{#if desc.length}
|
||||
|
||||
Reference in New Issue
Block a user