.md-drawer {
  @include md-theme-component() {
    @include md-theme-property(background-color, background);
    @include md-theme-property(color, text-primary, background);

    &.md-persistent-mini {
      @include md-theme-property(border-right-color, divider, background);
    }
  }
}
