How do I change the header background color only? #211
-
https://github.com/nick-keller/react-datasheet-grid/blob/master/src/style.css I saw the style document of the link above, but there was no variable that only changed the background color of the header. If possible, can you create a variable for the header background color? |
Beta Was this translation helpful? Give feedback.
Answered by
nick-keller
Nov 14, 2022
Replies: 1 comment
-
Hey @hijr88 ,
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nick-keller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @hijr88 ,
.dsg-cell-header { background: red; }