-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: RadioButtonC: WindowFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery
Milestone
Description
Bug report
The Window themeColor configuration does not change the appearance of the component.
Reproduction of the problem
- Open the Dojo - https://dojo.telerik.com/@NeliK/igOpetAW
Current behavior.
The Window colors are not changed.
Expected/desired behavior
The component appearance should be changed based on the configured value in themeColor.
Workaround
<style>
.k-window-titlebar {
color: var(--kendo-color-on-dark, #ffffff);
background-color: var(--kendo-color-dark, #3d3d3d);
}
</style>
or
$('.k-window').addClass('k-window-dark')
Environment
- Kendo UI version: 2024.2.514
- jQuery version: x.y
- Browser: [all ]
Metadata
Metadata
Assignees
Labels
BugC: RadioButtonC: WindowFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery