From 4ea287c17f0262498e84089748aeacc30871ebd4 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 18 Feb 2025 13:29:30 +0100 Subject: [PATCH] chore(style): use spacer between button and headline in empty state --- front/src/components/common/EmptyState.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/src/components/common/EmptyState.vue b/front/src/components/common/EmptyState.vue index ee447fe1a..bff3b7c60 100644 --- a/front/src/components/common/EmptyState.vue +++ b/front/src/components/common/EmptyState.vue @@ -3,6 +3,7 @@ import { useI18n } from 'vue-i18n' import Button from '~/components/ui/Button.vue' import Alert from '~/components/ui/Alert.vue' +import Spacer from '~/components/ui/Spacer.vue' interface Events { (e: 'refresh'): void @@ -32,6 +33,7 @@ withDefaults(defineProps(), {
+