@use '../../../token/scss' as *;

@mixin button-disable {
  background-color: $base-fill-1;
  color: $base-disabled;
  cursor: default;
  user-select: none;
}
