How do I make buttons round with Flow theme please?

@BBS3 Try this code

{% style %}
button.quick-add-button {
    border-radius: 20px;
}

a.quick-add-button-variants {
    border-radius: 20px;
}
{% endstyle %}

If I managed to help you then, don’t forget to Like it and Mark it as Solutions.