fix: Update colors to fix dark mode in the editor add-link modal header (#7947)

This commit is contained in:
Sivin Varghese
2023-09-20 17:29:27 +05:30
committed by GitHub
parent f1b556d4a3
commit 2c93d563c1

View File

@@ -670,6 +670,10 @@ export default {
.ProseMirror-prompt { .ProseMirror-prompt {
@apply z-50 bg-slate-25 dark:bg-slate-700 rounded-md border border-solid border-slate-75 dark:border-slate-800; @apply z-50 bg-slate-25 dark:bg-slate-700 rounded-md border border-solid border-slate-75 dark:border-slate-800;
h5 {
@apply dark:text-slate-25 text-slate-800;
}
} }
.is-private { .is-private {