We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the dark mode theme variant is applied to the current page, it should affect also the color mode support of the component.
If the dark mode is set on the Vaadin view by using the annotation or programmatic approach, the component should automatically change to dark mode.
No response
The text was updated successfully, but these errors were encountered:
feat: apply application's theme to MarkdownEditor component
155178b
Close #10
We discussed this and made the decision to eliminate the dataColorMode getter/setter and completely rely on Vaadin theme handling mechanism.
Sorry, something went wrong.
feat: remove setDataColorMode from API to rely on Vaadin theme
c863f14
flang
mlopezFC
Successfully merging a pull request may close this issue.
Feature proposal
If the dark mode theme variant is applied to the current page, it should affect also the color mode support of the component.
Describe solution expectations
If the dark mode is set on the Vaadin view by using the annotation or programmatic approach, the component should automatically change to dark mode.
Additional information
No response
The text was updated successfully, but these errors were encountered: