Fix notification with dark theme
This commit is contained in:
parent
fd8f73cf6d
commit
efc84bdc49
|
@ -521,6 +521,7 @@ p-toast {
|
||||||
.ui-toast-message {
|
.ui-toast-message {
|
||||||
font-family: $main-fonts;
|
font-family: $main-fonts;
|
||||||
background-color: var(--mainBackgroundColor) !important;
|
background-color: var(--mainBackgroundColor) !important;
|
||||||
|
color: var(--mainForegroundColor) !important;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid #EBEEF5 !important;
|
border: 1px solid #EBEEF5 !important;
|
||||||
|
|
Loading…
Reference in New Issue