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


@mixin kendo-switch--theme() {

    @include kendo-switch--theme-base();

    // Switch
    .k-switch {

        // Thumb ripple
        .k-switch-thumb::before {
            background-color: k-color(primary);
        }
    }

}
