fix .ant-result colors

This commit is contained in:
SrGooglo 2022-11-28 15:39:11 +00:00 committed by root
parent 5459c306e2
commit 77289f2366

View File

@ -449,4 +449,16 @@
.adm-floating-panel-header {
border-top: 1px solid var(--border-color);
}
}
.ant-result-title {
color: var(--text-color);
}
.ant-result-subtitle {
color: var(--text-color);
}
.ant-typography {
color: var(--text-color);
}