html {
  --lumo-clickable-cursor: pointer;
}

vaadin-button {
  cursor: var(--lumo-clickable-cursor);
}