Set modal header font

This commit is contained in:
Gabe Kangas 2022-08-30 13:13:05 -07:00
parent 0c716eff22
commit e0926b9350
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -95,6 +95,7 @@
.ant-modal-header {
color: var(--theme-color-components-modal-header-text);
font-family: var(--theme-text-display-font-family);
}
.ant-modal-title {
color: var(--theme-color-components-modal-header-text);