button.graphiql-toolbar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--toolbar-width);
  width: var(--toolbar-width);

  &.error {
    background: hsla(var(--color-error), var(--alpha-background-heavy));
  }
}
