mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-23 03:49:49 +00:00
Fix color, remove inline attribute (#3681)
This commit is contained in:
parent
1b82d927ae
commit
09bef1ec9d
@ -104,7 +104,7 @@ export const whitePalette = Object.freeze<ColorDefinition[]>([
|
||||
define('Lavander', 'DC85F5', 'DC85F5', 'CE55F1', 'CE55F1', 'CE55F1', [60, 20]),
|
||||
define('Mauve', '925CB1', '925CB1', '784794', '784794', '784794', [60, 20]),
|
||||
define('Heather', '7B86C6', '7B86C6', '5866B7', '5866B7', '5866B7', [60, 20]),
|
||||
define('Orchid', '8458E3 ', '8458E3', '6A3ACF', '6A3ACF', '6A3ACF', [60, 20]),
|
||||
define('Orchid', '8458E3', '8458E3', '6A3ACF', '6A3ACF', '6A3ACF', [60, 20]),
|
||||
define('Blueberry', '6260C2', '6260C2', '4542AD', '4542AD', '4542AD', [60, 20]),
|
||||
define('Arctic', '8BB0F9', '8BB0F9', '5A8FF6', '5A8FF6', '5A8FF6', [60, 20]),
|
||||
define('Sky', '4CA6EE', '4CA6EE', '1F90EA', '1F90EA', '1F90EA', [60, 20]),
|
||||
|
@ -245,7 +245,7 @@
|
||||
<span class="lower"><Label label={m.label} /></span>
|
||||
{#each value.added as cvalue}
|
||||
{#if value.isObjectAdded}
|
||||
<ObjectPresenter value={cvalue} inline accent />
|
||||
<ObjectPresenter value={cvalue} accent />
|
||||
{:else}
|
||||
<svelte:component this={m.presenter} value={cvalue} accent />
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user