Skip to content

Commit a4c8493

Browse files
committed
Fix font size in title #78
1 parent a11689a commit a4c8493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/theme.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ forest_theme <- function(base_size = 12,
115115
footnote_parse = TRUE,
116116
# Title
117117
title_just = c("left", "right", "center"),
118-
title_gp = gpar(cex = 1.2, fontface = "bold", col = "black", fontfamily = base_family),
118+
title_gp = gpar(fontsize = base_size, cex = 1.2, fontface = "bold", col = "black", fontfamily = base_family),
119119
# Arrow
120120
arrow_type = c("open", "closed"),
121121
arrow_label_just = c("start", "end"),

0 commit comments

Comments
 (0)