-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[BUG] - Table with stripped and color bug when using selection mode #1602
Comments
Same Here, I notice that bug with isStriped active. |
The root cause is that the striped classes are being added after the selection classes.
if there was a data-[selected=true]:before:bg-primary added then it would take priority |
I'll take a look at this one as my first issue :) |
@visak2614 please check out other issues instead. There is a linked PR already, which means someone may already fix it. |
NextUI Version
2.1.12
Describe the bug
When I use the Table componenet, set the table to stripped and then add a color="primary" then in the selection the stripped ones not color correctly
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
And you are done
Expected behavior
I expected that the stripped ones also get the correct color just like the not stripped ones
Screenshots or Videos
Operating System Version
Windows
Browser
Chrome
The text was updated successfully, but these errors were encountered: