Lots of people work with ggplot2 primarily by setting a global theme.
For this reason, I was wondering if you'd consider changing the default theme argument in calc_element to ggplot2::get_theme.
calc_element(
element,
theme = ggplot2::get_theme(),
verbose = FALSE,
skip_blank = FALSE,
call = caller_env()
)
Lots of people work with ggplot2 primarily by setting a global theme.
For this reason, I was wondering if you'd consider changing the default theme argument in calc_element to ggplot2::get_theme.