fix(admin): change admin modal header text color. Closes #2964
This commit is contained in:
@@ -189,3 +189,7 @@
|
||||
.ant-menu-submenu-arrow {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
.ant-modal-title {
|
||||
color: var(--theme-color-components-modal-header-text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user