Darker blocked time in Schedule View

Hi…

How can i make the blocked out times darker? (and the cell divider if possible)

Thanks…

Hello @Warren_Tiu :wave:

Just pass/ use the same array of dates in the colors option. - which was also given in the invalid .

For example:

invalid: [{
recurring: {
repeat: 'weekly',
weekDays: 'SA,SU'
}
}],
colors: [{
background: 'green',
recurring: {
repeat: 'weekly',
weekDays: 'SA,SU'
}
}]