react-date-range icon indicating copy to clipboard operation
react-date-range copied to clipboard

Customize calendar theme

Open diegohdez90 opened this issue 2 years ago • 1 comments

Apply custom theme

When I download the library, the programmer have the posibility to customize the calendar in their own, for example, changing background color, the range colors, border radius of the date range, change the font famiily, font size, etc.

[BUG] Bug Reproduce Steps

There is no documentation that a allow to the programmer how to change the calendar theme.

[BUG] Expected behaviour

Developer can customize the calendar style

Environment

Package Version: 1.4.0 React version: link:@vercel/analytics/react Node version: 18.15.0 Browser: Google Chrome | 113.0.5672.127 (Build oficial) (64 bits) (cohort: Stable)

diegohdez90 avatar May 31 '23 15:05 diegohdez90

There is a default theme here dist/theme/default.css. You can instead create your own by looking at that theme.

umakantp avatar Dec 29 '23 11:12 umakantp