steven-tey / novel

Notion-style WYSIWYG editor with AI-powered autocompletion.
https://novel.sh
Apache License 2.0
12.47k stars 1.03k forks source link

fix: update dark mode class to drag handler component #286

Closed brunocroh closed 7 months ago

brunocroh commented 7 months ago

issues

closes #285

Context

Fix the class used to dark mode to match actual class used by the project, next and tailwind. Basically, change it from dark-theme => dark

Evidences

https://github.com/steven-tey/novel/assets/13812512/5df5f676-8987-45fe-980c-f32d22594e04

vercel[bot] commented 7 months ago

@brunocroh is attempting to deploy a commit to the Elegance Team on Vercel.

A member of the Team first needs to authorize it.

andrewdoro commented 7 months ago

Hey thanks for the PR, I know there are still some problems with dark mode for other prosemirror styles. I've broke some stuff with the last changes, feel free to also change them if you would like.