How change color react-date-range (solved)
I use dependency react-date-range
I want change color to red (for example)
how I can achieve it?
https://codesandbox.io/p/sandbox/ecstatic-cohen-pmw79g?file=%2F.gitignore%3A1%2C1
SOLUTION:
add color={'red'}
I want change color to red (for example)
how I can achieve it?
https://codesandbox.io/p/sandbox/ecstatic-cohen-pmw79g?file=%2F.gitignore%3A1%2C1
SOLUTION:
add color={'red'}

