swimlane / ngx-datatable

✨ A feature-rich yet lightweight data-table crafted for Angular
http://swimlane.github.io/ngx-datatable/
MIT License
4.63k stars 1.68k forks source link

wrong text color for row select in demo #1647

Open BePo65 opened 5 years ago

BePo65 commented 5 years ago

I'm submitting a ... (check one with "x")

[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior in the demos for selection (single or multi row) the text in the selected row(s) is black (and thus not really readable).

Expected behavior The text should be white (as defined in the material.scss file)

Reproduction of the problem Problem can be seen in the demo side (http://swimlane.github.io/ngx-datatable/#single-selection)

What is the motivation / use case for changing the behavior? Better readability

Please tell us about your environment: using VScode V1.31.0

BePo65 commented 5 years ago

Created a solution and will send pull request (hope this is ok for you)