Checkout button not showing up in mini cart for dawn 2.0

I am truly frustrated. I had no idea that the checkout button was blank until I was making some changes and viewed my live site. The chat was of no help and I really need this fixed asap. phatbathandbody.com

Where I can find that popup in which this checkout button is ?

its under view cart it works but doesn’t say what it is. I have removed the pop up and used a drawer until I can get it to work.

Same issue here
not show number of items in cart

correct

To fix this go to your online store → edit code → base.css file
and paste this code there in the end of file

.cart-count-bubble {
    color: #fff !important;
}

that fixed the count bubble. thank you. the checkout is still blank

to fix that paste this code in base.css file in the end

[name="checkout"] {
    color: #fff !important;
}

You are AWESOME! Thank you!