.action-sheet-group, .action-sheet-group-cancel{
  --button-background-selected: transparent;
  @apply bg-transparent;
  button{
    background: $translucid-background-color !important;
    border: 1px solid $translucid-border-color;
  }
}