Radzen Scheduler - Time Slots

Hello, can I use material theme only for scheduler? Because there is some time slots render problem with another themes.

For example I am posting a screen from official example.

With material theme and DAY or WEEK view in Scheduler:

And wrong render with default theme day or week:

Kind regards,
Zdenek

Hi @zdeny6,
The following CSS should fix the issue.

.rz-event {
    font-size: var(--rz-root-font-size);
}

A fix in the component will be shipped by the end of the week.

2 Likes

Hi @yordanov,
thank you a lot, you save me.

Thank you