React-calendar-timeline: Is it possible to remove weekend highlights?

Created on 19 Aug 2020  路  2Comments  路  Source: namespace-ee/react-calendar-timeline

Hey There!

I'm trying to remove the weekend yellow highlights. But I couldn't find any issue/question related to it? Is it possible?

Screen Shot 2020-08-19 at 18 36 44

Most helpful comment

@DavidVeloso

Yeah, you should be able to change their styling via the .rct-day-6 .rct-day-0 CSS classes.

All 2 comments

@DavidVeloso

Yeah, you should be able to change their styling via the .rct-day-6 .rct-day-0 CSS classes.

Great! Thank you @diegocasmo.

I'm using material-ui and I just added on my component:

const useStyles = makeStyles((theme) => createStyles({ '@global .rct-day-0, .rct-day-6': { background: 'unset !important', }, }), );

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ivikash picture ivikash  路  5Comments

capt-obvious picture capt-obvious  路  6Comments

napatwongchr picture napatwongchr  路  5Comments

sabina4 picture sabina4  路  4Comments

kevinmeyvaert picture kevinmeyvaert  路  4Comments