fix .ant-result colors

This commit is contained in:
SrGooglo 2022-11-28 15:39:11 +00:00
parent 9634d41ab5
commit 04180d1224

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);
}