diff --git a/web/styles/ant-overrides.scss b/web/styles/ant-overrides.scss index 0a6cca91e..da78c61ef 100644 --- a/web/styles/ant-overrides.scss +++ b/web/styles/ant-overrides.scss @@ -182,6 +182,10 @@ DROPDOWN 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 { background-color: unset; }