fix(admin): change admin modal header text color. Closes #2964

This commit is contained in:
Gabe Kangas
2023-05-04 17:56:13 -07:00
parent 8fdf96ed2f
commit 22761b0896

View File

@@ -189,3 +189,7 @@
.ant-menu-submenu-arrow { .ant-menu-submenu-arrow {
color: unset; color: unset;
} }
.ant-modal-title {
color: var(--theme-color-components-modal-header-text);
}