From 09bef1ec9d7ee0ac8dc70d4d612643f322880989 Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Mon, 11 Sep 2023 22:28:36 +0300 Subject: [PATCH] Fix color, remove inline attribute (#3681) --- packages/ui/src/colors.ts | 2 +- plugins/activity-resources/src/components/TxView.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/colors.ts b/packages/ui/src/colors.ts index bfdcfdd689..17509d378b 100644 --- a/packages/ui/src/colors.ts +++ b/packages/ui/src/colors.ts @@ -104,7 +104,7 @@ export const whitePalette = Object.freeze([ 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]), diff --git a/plugins/activity-resources/src/components/TxView.svelte b/plugins/activity-resources/src/components/TxView.svelte index c3c7d69ffa..f73a344ba5 100644 --- a/plugins/activity-resources/src/components/TxView.svelte +++ b/plugins/activity-resources/src/components/TxView.svelte @@ -245,7 +245,7 @@ {#each value.added as cvalue} {#if value.isObjectAdded} - + {:else} {/if}