@use './theme.scss' as *;

$root: 'segmented-button';

.#{$root} {
  @include segmented-button-theme-modifiers();

  border-radius: 15px;
  overflow: hidden;
  border: 1px solid segmented-button-theme-color('border');
}
