Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what value for className to change day & dark mode color #271

Open
mishraasaurabh opened this issue Aug 28, 2024 · 1 comment
Open

what value for className to change day & dark mode color #271

mishraasaurabh opened this issue Aug 28, 2024 · 1 comment
Labels

Comments

@mishraasaurabh
Copy link

<JoditEditor
ref={editor}
value={value}
config={config}
onBlur={newContent => setValue(newContent)}
onChange={newContent => setValue(newContent)}
className={}
/>

what value for className to change day & dark mode color
any one know ?

@xdan xdan added the question label Jan 19, 2025
@xdan
Copy link
Collaborator

xdan commented Jan 19, 2025

<JoditEditor config={{theme: 'dark'}} ...

Hi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@xdan @mishraasaurabh and others