From 00e5c4dc1415271a6711be6897355f0cd5f6021f Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 15 Apr 2025 13:47:18 +0200 Subject: [PATCH] feat(ui): default spacing for alert actions --- front/src/components/ui/Alert.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/front/src/components/ui/Alert.vue b/front/src/components/ui/Alert.vue index 8fc85b803..d17fc083a 100644 --- a/front/src/components/ui/Alert.vue +++ b/front/src/components/ui/Alert.vue @@ -2,6 +2,8 @@ import { type PastelProps, color } from '~/composables/color' import { type AlignmentProps, align } from '~/composables/alignment' +import Layout from '~/components/ui/Layout.vue' + export type Props = PastelProps & AlignmentProps const props = defineProps() @@ -19,12 +21,13 @@ const props = defineProps() > -
-
+