fix(ui): fix modal header color on non-custom modal components
This commit is contained in:
parent
6fa008d517
commit
dc501fec9b
@ -182,6 +182,10 @@ DROPDOWN
|
|||||||
color: var(--theme-color-components-modal-header-text);
|
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 {
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user