Closed Jorge-hercas closed 2 years ago
Hi, there is not an option currently to change the background color for the custom themes, but I will look into adding that as an enhancement
Hi Jorge,
Sorry for the delay on this. In the dev version, you can now change the background within each reactablefmtr theme with background_color
:
reactable(iris, theme = reactablefmtr::default(background_color = "lightblue"))
That's amazing, thank you very much!
Hi and thanks for reading me. Its possible to change the background color using a custom theme?