Buttons (Pagelink and other) faded

Some buttons showing faded in the main page.

The code I am using is:

st.link_button(label="Click to Checkout", url=checkout_url, help="Click to visit check-out page to complete payment. Checkout will expire in 3 minutes.", type="secondary", disabled=st.session_state.get("disabled", True), use_container_width=False)

I am using version 1.33 Streamlit.

How can I fix this issue?