From 4e42d0256cd02ca784bde23f6c1007fcd10585b7 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Tue, 29 Jul 2025 06:12:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Updating=20the=20style=20of=20th?= =?UTF-8?q?e=20primevue=20toast=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/primevue-style/toast.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/style/primevue-style/toast.css b/src/assets/style/primevue-style/toast.css index 38b3fcd..e634e8f 100644 --- a/src/assets/style/primevue-style/toast.css +++ b/src/assets/style/primevue-style/toast.css @@ -6,8 +6,8 @@ --p-toast-content-padding: 0.25rem; --p-toast-content-gap: 0.5rem; --p-toast-text-gap: 0.5rem; - --p-toast-summary-font-weight: var( --text-body-MD-standard-text-weight); - --p-toast-summary-font-size: var(--text-body-MD-standard-text-size); + --p-toast-summary-font-weight: var( --text-body-MD-standard-text-Medium-weight); + --p-toast-summary-font-size: var(--text-body-MD-standard-text-Medium-size); --p-toast-detail-font-weight: var( --text-body-MD-standard-text-Regular-weight); --p-toast-detail-font-size: var(--text-body-MD-standard-text-Regular-size); /* info */