Material-ui: [DatePicker] How to change selected year and current date color?

Created on 3 May 2018  路  3Comments  路  Source: mui-org/material-ui

I want to change color of selected year and current date, but I'm unable to do it. What property should I use to change the color?

screen shot 2018-05-03 at 6 19 20 pm
screen shot 2018-05-03 at 6 19 39 pm

| Tech | Version |
|--------------|---------|
| Material-UI | ^0.20.0 |
| React | ^16.2.0 |
| browser | Chrome - 66.0.3359.117 |

DatePicker v0.x

Most helpful comment

@amanshu-kataria The date picker is a challenging component to implement. The complexity comes from different sources: date manipulation and correctness, internationalization, keyboard/touch/mouse interactions, customization capabilities. We haven't been porting it to the v1-beta branch yet, nor it's a priority. But we are documenting alternatives. Here are some components that are promising:

I'm closing for #4787.

We encourage people starting with Material-UI to go with v1-beta. The master branch is in a low maintenance mode. We don't plan any work on it. However, we still do our best to review and merge pull requests that fix bugs on this branch.

All 3 comments

@amanshu-kataria The date picker is a challenging component to implement. The complexity comes from different sources: date manipulation and correctness, internationalization, keyboard/touch/mouse interactions, customization capabilities. We haven't been porting it to the v1-beta branch yet, nor it's a priority. But we are documenting alternatives. Here are some components that are promising:

I'm closing for #4787.

We encourage people starting with Material-UI to go with v1-beta. The master branch is in a low maintenance mode. We don't plan any work on it. However, we still do our best to review and merge pull requests that fix bugs on this branch.

@oliviertassinari there's no proper documention for how to change styling in material-ui-pickers. If there's any please provide the reference.

@amanshu-kataria Open an issue on their side then.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

rbozan picture rbozan  路  3Comments

chris-hinds picture chris-hinds  路  3Comments

ericraffin picture ericraffin  路  3Comments

reflog picture reflog  路  3Comments