fix notifications colors & background

This commit is contained in:
srgooglo 2022-10-12 00:41:17 +02:00
parent 6c18614599
commit 2f31ee7e17

View File

@ -199,4 +199,24 @@
}
border-radius: 10px;
}
.ant-notification-notice {
background-color: var(--background-color-primary) !important;
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
color: var(--text-color) !important;
}
.ant-notification-notice-message,
.ant-notification-notice-description {
color: var(--text-color) !important;
}
}