mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix message type colors
This commit is contained in:
parent
8be5a961d6
commit
8e1e879744
@ -219,4 +219,44 @@
|
||||
.ant-notification-notice-description {
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-message-notice-content {
|
||||
background-color: var(--background-color-primary) !important;
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
span {
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.ant-message-error {
|
||||
svg {
|
||||
color: var(--ant-error-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-message-info {
|
||||
svg {
|
||||
color: var(--ant-info-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-message-warning {
|
||||
svg {
|
||||
color: var(--ant-warning-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-message-success {
|
||||
svg {
|
||||
color: var(--ant-success-color) !important;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user