@mixin restyle-tooltip($theme) {
  .tooltip-arrow {
    display: none;
  }

  .tooltip-inner {
    border-radius: $custom-corner-rounding;
    background-color: map-get($theme, tooltip-background);
    color: map-get($theme, tooltip-foreground);
  }
}
