Fix modal close icon color

This commit is contained in:
Gabe Kangas
2022-09-10 22:33:49 -07:00
parent f22c0fd26f
commit d7a5364c40
4 changed files with 30 additions and 56 deletions
+4
View File
@@ -151,3 +151,7 @@
.ant-tabs-nav:before {
border-bottom-color: var(--theme-color-components-menu-item-focus-bg) !important;
}
.ant-modal-close:hover {
color: var(--theme-color-components-modal-header-text);
}