From efc84bdc494a3b102e4aa8bc2d24a3766bd0d751 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 22 May 2020 11:07:23 +0200 Subject: Fix notification with dark theme --- client/src/sass/primeng-custom.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'client') diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 33483533e..056b88fc1 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -521,6 +521,7 @@ p-toast { .ui-toast-message { font-family: $main-fonts; background-color: var(--mainBackgroundColor) !important; + color: var(--mainForegroundColor) !important; border-radius: 5px; box-sizing: border-box; border: 1px solid #EBEEF5 !important; -- cgit v1.2.3