Skip to content

Comment input does not respect editor theme #1571

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

Open
DrewJohnsonGT opened this issue Mar 28, 2025 · 0 comments
Open

Comment input does not respect editor theme #1571

DrewJohnsonGT opened this issue Mar 28, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DrewJohnsonGT
Copy link

Describe the bug
Comment/thread inputs do not follow the theme prop passed to BlockNoteView

To Reproduce
Comments Example with single alteration to add theme="Dark"
https://stackblitz.com/edit/github-4zkx4rkk?file=App.tsx

Note the comment input remains in light mode:

Image

The "light" class is present on the parent element: "bn-container light bn-mantine bn-comment-editor"
Along with data-color-scheme="light"
and data-mantine-color-scheme="light"

Misc

  • Node version: v22.5.1
  • Package manager: PNPM
  • Browser: Chrome
@DrewJohnsonGT DrewJohnsonGT added the bug Something isn't working label Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants