@use '../utils';

/* Only available in Angular SDK. */
.str-chat {
  /* The color of the stepper icon. */
  --str-chat__image-carousel-stepper-color: var(--str-chat__text-color);
}

.str-chat__image-carousel {
  .str-chat__image-carousel-stepper {
    svg path {
      fill: var(--str-chat__image-carousel-stepper-color);
    }
  }
}
