0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed feature image caption color in dark mode (#18756)

No ref
This commit is contained in:
Sanne de Vries 2023-10-25 12:19:16 +02:00 committed by GitHub
parent 8726076875
commit 8aaa853f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ export default class KoenigLexicalEditorInput extends Component {
onFocus={props.onFocus}
isSnippetsEnabled={false}
singleParagraph={true}
className="koenig-lexical-editor-input"
className={`koenig-lexical-editor-input ${this.feature.nightShift ? 'dark' : ''}`}
placeholderText={props.placeholderText}
placeholderClassName="koenig-lexical-editor-input-placeholder"
>