From dc501fec9b16e97315b28d0da2040a84942338fb Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 7 May 2023 10:39:53 -0700 Subject: [PATCH] fix(ui): fix modal header color on non-custom modal components --- web/styles/ant-overrides.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; }