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

Specify background colour for striped rows within a table not showing the specified color #8597

Closed
ayoola-moore opened this issue Oct 9, 2017 · 1 comment
Labels
status: waiting for author Issue with insufficient information

Comments

@ayoola-moore
Copy link

With reference to the solution provided here- [Table] Specify background colour for striped rows within a table #5286

while the background color changes, it doesn't change to the appropriate color specified. For example -

getStripedStyle(index) {
return { background: index % 2 ? '#fafafa' : '#323' };
}
changed the color, but displayed a different color order than the one specified above.

@oliviertassinari oliviertassinari added the status: waiting for author Issue with insufficient information label Oct 9, 2017
@oliviertassinari
Copy link
Member

Your issue has been closed because it does not conform to our issue requirements.
Please provide a reproduction test case. This would help a lot 👷 .
A live example would be perfect. This codesandbox.io template may be a good starting point. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for author Issue with insufficient information
Projects
None yet
Development

No branches or pull requests

2 participants