@use "variables.scss" as *;
@use "@progress/kendo-theme-core/scss/components/timeselector/_theme.scss" as *;


@mixin kendo-time-selector--theme() {
    @include kendo-time-selector--theme-base();

    .k-timeselector {
        background: unset;
    }

    .k-time-list-container,
    .k-time-footer {
        background-color: $kendo-time-selector-bg;
    }
}
