-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Styled component function syntax not applying styles in correct order #297
Comments
Another note I forgot is that seems to only happen in dark mode, but there could be deeper issues afoot in light mode that I'm just not sussing out. |
Thanks for the great bug reproduction. This issue looks like it's the I can only think of these workarounds right now:
|
Closing this as this has been covered in #310 |
The bug is best visible in this codesandbox reproduction: https://codesandbox.io/s/hungry-curran-m2zvw?file=/src/App.js.
Expectation: Only the "active" tab should be white in dark mode
Actual: All of the tabs are white in dark mode.
The text was updated successfully, but these errors were encountered: