I am using the library shinythemes https://rstudio.github.io/shinythemes/ but I would like to change the color of radiogroup buttons. How can I change the color?
radioGroupButtons(
status = "primary ",
inputId = "indicadores_radiogroup",
choices = c("Casos" = "Confirmados", "Muertes"= "Muertes"),
),
Thanks