@use '@angular/material' as mat;

@mixin theme($theme) {
    $background: map-get($theme, background);

    ngx-splitter {
        .ngx-split-gutter {
            background-color: mat.m2-get-color-from-palette($background, app-bar);
        }
    }
}
