Hey 👋 You can do it with:
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
you need to put it in a style element and either reference all inputs (like above) or add a class to the input and reference that.