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
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

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