The code used is: st.link_button(label=":black[Click to Checkout]", url=checkout_url, help="Click to visit check-out page to complete payment. Checkout will expire in 3 minutes.", type="secondary", use_container_width=False)
The button in the sidebar renders exactly the same for me, also using streamlit 1.33.
The text is not really black, you can make it black by changing the theme or using CSS, if that is what you want.