mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
parent
8726076875
commit
8aaa853f2c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue