Planned
Last Updated: 21 Jun 2022 15:01 by ADMIN

Noticed the exported styles for the Telerik Drawer for Blazor don't work and it's because it's adding a ".k-drawer-start" class to the overrides.

I updated the background color and text color of the selected state in Unite UX, exported it and it provided me with an _overrides.scss file which included an extra ".k-drawer-start" class that doesn't exist in the final rendered component in the DOM.

If I remove this class from the overrides they will be applied.

See attached screenshots.