@use "../../themes/ionic/ionic.globals.scss" as globals;
@use "./action-sheet.common";
@use "./action-sheet.md" as action-sheet-md;

// Ionic Action Sheet
// --------------------------------------------------

// Action Sheet: Select Option
// --------------------------------------------------

.action-sheet-button-label {
  gap: globals.$ion-space-300;
}

.select-option-description {
  @include globals.typography(globals.$ion-body-md-regular);
  @include globals.padding(0);

  color: globals.$ion-text-subtle;

  font-size: globals.$ion-font-size-350;
}
