.compose-form__submit button {
  text-indent: -9999px;
  line-height: 0;
}

.compose-form__submit button::after {
  content:'Toot!';
  text-indent: 0;
  display: block;
  line-height: initial;
}

