fix(ui): fix modal header color on non-custom modal components

This commit is contained in:
Gabe Kangas
2023-05-07 10:42:20 -07:00
parent 6fa008d517
commit dc501fec9b
+4
View File
@@ -182,6 +182,10 @@ DROPDOWN
color: var(--theme-color-components-modal-header-text);
}
.ant-modal-title {
color: var(--theme-color-components-modal-header-text);
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: unset;
}