Fix notification with dark theme
authorChocobozzz <me@florianbigard.com>
Fri, 22 May 2020 09:07:23 +0000 (11:07 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 22 May 2020 09:07:23 +0000 (11:07 +0200)
client/src/sass/primeng-custom.scss

index 33483533e3c66a67a3eecfb39c0ea65206c6d14b..056b88fc16013fa96a3104c3d25ad2721b248c67 100644 (file)
@@ -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;