From 7e40afa934ca2c24b9c09697a328fadf5a2c4d9b Mon Sep 17 00:00:00 2001 From: Christoph Scheffauer Date: Tue, 18 Mar 2025 14:35:40 +0100 Subject: [PATCH] fix: notificationsystem-font-issue --- src/components/NotificationSystem/NotificationSystem.style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NotificationSystem/NotificationSystem.style.scss b/src/components/NotificationSystem/NotificationSystem.style.scss index 0fb0f2edd8..d80889dced 100644 --- a/src/components/NotificationSystem/NotificationSystem.style.scss +++ b/src/components/NotificationSystem/NotificationSystem.style.scss @@ -121,6 +121,7 @@ } .Toastify__toast { + font-family: inherit; padding: 0px; min-height: 0px; background: none;