@mixin sc-scheduling-timeline-controls-theme($theme) {
  $primary: map-get($theme, primary);
  $foreground: map-get($theme, foreground);
  $is-dark-theme: map-get($theme, is-dark);

  .timeline-controls {
    .zoom-button-group {
      border-color: map-get($foreground, divider) !important;

      > button:not(:last-child) {
        border-color: map-get($foreground, divider) !important;
      }
    }
  }
}
