You can add
+ theme(text = element_text(size=20))
to a ggplot object to modify the size of ALL text elements.
ggplot
(This is with ggplot2 3.4.1 in case they change the API again.)
This work is licensed under CC BY-NC 4.0