I am using the connectwidgets package to create cards in Connect. The syntax is super simple - just something like this:
sample_content %>%
rsc_card()
I have tried .btn-primary
, .btn
, .btn-action
& .btn-action-primary
but I cannot seem to change the button colour itself though:
Any suggestions on what the right incantation is?