Skip to content

Commit

Permalink
Remove custom font size on README example table
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Aug 14, 2022
1 parent b410dc1 commit 8f95bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgdown/example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ output:
```{r, echo=FALSE}
library(reactable)
reactable(iris, style = list(fontSize = "14px"))
reactable(iris)
```

0 comments on commit 8f95bd2

Please sign in to comment.