RED-5406 - added class for links in toasts notifications to be black

This commit is contained in:
Valentin Mihai 2022-11-17 15:37:29 +02:00
parent e94e4a02f6
commit d11abf9de5

View File

@ -106,3 +106,7 @@ $toast-width: 400px;
margin-left: 32px;
margin-top: 14px;
}
.toast-link {
color: black !important;
}