feat: add dark theme support for notification

chore/devcontainer
moonrailgun 2 years ago
parent 67b29ac26c
commit aa43d0462b

@ -81,6 +81,7 @@ setNotification((message, duration) => {
key,
message,
duration,
getContainer: getPopupContainer,
});
return () => {

@ -486,4 +486,15 @@
}
}
}
// Notification
.ant-notification {
.ant-notification-notice {
background-color: var(--tc-content-background-color, #1f1f1f);
.ant-notification-notice-message {
color: rgba(255, 255, 255, 0.65);
}
}
}
}

Loading…
Cancel
Save