From a7893aaaeb5e81d7b084bf4f239680df2aeb0acd Mon Sep 17 00:00:00 2001 From: Pascal Roehling Date: Tue, 3 Sep 2024 15:41:33 +0200 Subject: [PATCH] Remove unused classes --- packages/plugins/Draw/src/components/Draw.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/plugins/Draw/src/components/Draw.vue b/packages/plugins/Draw/src/components/Draw.vue index a990925f4..ee7178b84 100644 --- a/packages/plugins/Draw/src/components/Draw.vue +++ b/packages/plugins/Draw/src/components/Draw.vue @@ -23,10 +23,8 @@ - {{ - $t('common:plugins.draw.options.stroke') - }} - + {{ $t('common:plugins.draw.options.stroke') }} + {{ isColorPickerVisible ? 'fa-solid fa-chevron-up'