Changing the button text and cart icon text

Link: https://allrubberduck.com/cart

How can I make the text of this button white? I’ve tried everything but 0 clue.

https://prnt.sc/cfY1JYvpLzMf

Hello, Duck1

Go to online store > themes > actions > edit code

add this code at the end of the base.css file:

.cart__warnings a.button {
    color: white;
}