From d38cdce28ccb1b08ffb026c386d4ca0d2e8accea Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Sun, 27 Jul 2025 18:33:14 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/style/primevue-style/toast.css b/src/assets/style/primevue-style/toast.css index c0553f1..38b3fcd 100644 --- a/src/assets/style/primevue-style/toast.css +++ b/src/assets/style/primevue-style/toast.css @@ -1,13 +1,13 @@ :root{ - --p-toast-width: minmax(17.625rem, max-content); + --p-toast-width: 25rem; --p-toast-border-radius: 0px; - --p-toast-border-width: 1px; + --p-toast-border-width: var(--large-border-width); --p-toast-icon-size: 1.5rem; --p-toast-content-padding: 0.25rem; --p-toast-content-gap: 0.5rem; --p-toast-text-gap: 0.5rem; - --p-toast-summary-font-weight: var( --titles-H6-XXS-weight); - --p-toast-summary-font-size: var(--titles-H6-XXS-size); + --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-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 */