How do I round all of my buttons on the dawn theme?

Hi, does anyone know how to round all the buttons on the dawn theme? I have tried some solutions however, none seem to work.

@Bayley99

Kindly Share your Store Url.
So that i can help you.

I just PM’d you it

@Bayley99 Please share your store URL so that, I can give you the best solution.

@Bayley99

.button--secondary:after {
    border-radius: 25px !Important;
}

Add this code in the base.css file.

find the file: base.css

and add this at this at the bottom

.button--secondary:after {
    border-radius: 25px !Important;
}

Hey,

This only seems to work for the top button? I would like it to apply to ALL buttons.

Thanks