Fix notification with dark theme

pull/2780/head
Chocobozzz 2020-05-22 11:07:23 +02:00
parent fd8f73cf6d
commit efc84bdc49
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View 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;