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
Bug Description
Tailwind styles interfere with native-base styles because of generic HTML selectors used
imported stylesheet:
GoodProtocolUI/src/styles/index.css
Line 2 in 6023dd0
explaining issue (fixed for the switch component):
Line 69 in 6023dd0
Steps to Reproduce
Additional Context (result)
(storybook-example)
The text was updated successfully, but these errors were encountered:
@L03TJ3 please share a link to the problematic tailwind stylesheets and where do we import them
Sorry, something went wrong.
@sirpy added the issue description
can we use something like reseting the parent component style? https://www.tutorialrepublic.com/faq/how-to-reset-or-remove-css-style-for-a-particular-element.php#:~:text=Answer%3A%20Use%20the%20CSS%20all,to%20browser's%20default%20CSS%20styling).
L03TJ3
No branches or pull requests
Bug Description
Tailwind styles interfere with native-base styles because of generic HTML selectors used
imported stylesheet:
GoodProtocolUI/src/styles/index.css
Line 2 in 6023dd0
explaining issue (fixed for the switch component):
GoodProtocolUI/src/styles/index.css
Line 69 in 6023dd0
Steps to Reproduce
Additional Context
(result)
(storybook-example)
The text was updated successfully, but these errors were encountered: