mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
UBERF-5243: Add default size, make icons size consistent (#4494)
Signed-off-by: Artyom Grigorovich <grigorovichartyom@gmail.com>
This commit is contained in:
parent
6101ee62be
commit
c732608124
@ -2,7 +2,7 @@
|
||||
import { ColorDefinition, IconSize, getPlatformColorDef, themeStore } from '@hcengineering/ui'
|
||||
import { createEventDispatcher, onMount } from 'svelte'
|
||||
|
||||
export let size: IconSize
|
||||
export let size: IconSize = 'small'
|
||||
|
||||
export let fill: number = -1
|
||||
|
||||
|
@ -124,7 +124,7 @@
|
||||
<Label label={tracker.string.Status} />
|
||||
</span>
|
||||
|
||||
<StatusEditor value={issue} size={'medium'} shouldShowLabel />
|
||||
<StatusEditor value={issue} size={'medium'} iconSize={'small'} shouldShowLabel />
|
||||
|
||||
{#if issue.blockedBy?.length}
|
||||
<span class="labelTop">
|
||||
|
Loading…
Reference in New Issue
Block a user