From ce2c9a2d4fcc7a475f38688ac66e4ddde215f625 Mon Sep 17 00:00:00 2001 From: Erik-Jan van Kesteren Date: Wed, 5 Jun 2019 17:32:05 +0100 Subject: [PATCH] add margin to strip text --- R/theme_fira.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/theme_fira.R b/R/theme_fira.R index f0aa98e..eed4ea9 100644 --- a/R/theme_fira.R +++ b/R/theme_fira.R @@ -72,7 +72,7 @@ theme_fira <- function(family = "Fira Sans") { axis.text = ggplot2::element_text(size = 10, colour = "#212121"), legend.title = ggplot2::element_text(size = 12, colour = "#454545"), legend.text = ggplot2::element_text(size = 10, colour = "#212121"), - strip.text = ggplot2::element_text(size = 12, colour = "#212121") + strip.text = ggplot2::element_text(size = 12, colour = "#212121", margin = ggplot2::margin(10, 10, 10, 10, "pt")) ) )) }