UBERF-5243: Add default size, make icons size consistent (#4494)

Signed-off-by: Artyom Grigorovich <grigorovichartyom@gmail.com>
This commit is contained in:
agrigorovich-xored 2024-02-01 18:06:39 +01:00 committed by GitHub
parent 6101ee62be
commit c732608124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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