diff --git a/pkgdown/example.Rmd b/pkgdown/example.Rmd index e8e2e7c2..90977f49 100644 --- a/pkgdown/example.Rmd +++ b/pkgdown/example.Rmd @@ -10,5 +10,5 @@ output: ```{r, echo=FALSE} library(reactable) -reactable(iris, style = list(fontSize = "14px")) +reactable(iris) ```