Unplanned
Last Updated: 07 Jun 2024 07:51 by Lewis
Lewis
Created on: 07 Jun 2024 07:51
Category: Window
Type: Bug Report
0
ThemeColor configuration has no effect in Window

Bug report

The Window themeColor configuration does not change the appearance of the component.

Reproduction of the problem

  1. 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 ]
0 comments