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

light theme not working on users having dark theme enabled #1

Closed
thoughtlessmind opened this issue Jan 31, 2021 · 0 comments
Closed

Comments

@thoughtlessmind
Copy link
Owner

light theme is not working when the theme value is passed through data-css-only-props="light".

<span
	data-css-only-tooltip="test message"
	data-css-only-tooltip-props="light top"
	>Test</span
>

with this code, a tooltip with the light theme is expected on all devices but getting dark theme tooltip on dark users who has enabled dark theme on devices.

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

No branches or pull requests

1 participant