@use '@finastra/fds-theme/color';

@mixin theme($theme) {
  .uxg-nav {
    @include color.property(background, background);

    .mat-drawer {
      @include color.property(background, surface);

      .uxg-nav-header {
        @include color.property(background, background);
      }
    }

    .mat-drawer-backdrop.mat-drawer-shown {
      background-color: #4141411a;
    }
  }
}
