mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix message type colors
This commit is contained in:
parent
8be5a961d6
commit
8e1e879744
@ -220,3 +220,43 @@
|
|||||||
color: var(--text-color) !important;
|
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