From b7a1efb08cfb58ed6ab2e8e8760cb487aa2b8cfa Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 7 Apr 2025 10:56:41 +0200 Subject: [PATCH] fix(front): service messages --- front/src/components/common/Message.vue | 2 +- front/src/components/ui/alert.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/front/src/components/common/Message.vue b/front/src/components/common/Message.vue index b88f4dad1..c58ff7df9 100644 --- a/front/src/components/common/Message.vue +++ b/front/src/components/common/Message.vue @@ -40,7 +40,7 @@ onMounted(() => { {{ message.content }} diff --git a/front/src/components/ui/alert.scss b/front/src/components/ui/alert.scss index f96a0a009..21ecb3506 100644 --- a/front/src/components/ui/alert.scss +++ b/front/src/components/ui/alert.scss @@ -22,6 +22,7 @@ z-index: 1000; min-width: 200px; max-width: 400px; + background-color: var(--background-color); &.fade-enter-active, &.fade-leave-active {