From 2f31ee7e173024e28d8c93a01b3244aac1fa081b Mon Sep 17 00:00:00 2001 From: srgooglo Date: Wed, 12 Oct 2022 00:41:17 +0200 Subject: [PATCH] fix `notifications` colors & background --- packages/app/src/theme/fixments.less | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages/app/src/theme/fixments.less b/packages/app/src/theme/fixments.less index ed1010ce..bb2088ff 100644 --- a/packages/app/src/theme/fixments.less +++ b/packages/app/src/theme/fixments.less @@ -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; + } } \ No newline at end of file