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

This commit is contained in:
Gabe Kangas 2023-05-07 10:39:53 -07:00
parent 6fa008d517
commit dc501fec9b
No known key found for this signature in database
GPG key ID: 4345B2060657F330

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