mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
fix(ui): fix modal header color on non-custom modal components
This commit is contained in:
parent
6fa008d517
commit
dc501fec9b
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue