How to center text inside the add to cart button

Hi @INKLY ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-form__submit>span {
    display: flex;
    align-items: center;
    gap: 5px;
}