R/typography.R
argonTextColor.Rd
A custom color fo your text
argonTextColor(tag, color)
Any tag containing text.
Text color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html.
David Granjon, dgranjon@ymail.com
if (interactive()) { library(argonR) library(htmltools) argonTextColor( tag = h1("test"), color = "success" ) }