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