@import 'shared/fonts';
@import 'shared/colors';

ion-action-sheet {
  .action-sheet-group {
    --button-background-selected: transparent;
    --button-background-selected-opacity: 0px;
    max-height: 50vh;

    .action-sheet-button {
      @include text-type(pr, st2, m);
    }

    &.action-sheet-group-cancel {
      .action-sheet-button {
        @include text-type(4, st2, m);
      }
    }
  }
}
