Skip to content

Commit 1e61f9d

Browse files
committed
Set default tag size to rel(1.2)
1 parent 4d142bb commit 1e61f9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/theme-defaults.r

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ theme_grey <- function(base_size = 11, base_family = "",
179179
margin = margin(t = half_line * 0.9)
180180
),
181181
plot.tag = element_text(
182-
size = rel(1.3),
182+
size = rel(1.2),
183183
hjust = 0.5, vjust = 0.5
184184
),
185185
plot.tag.position = 'topleft',
@@ -446,7 +446,7 @@ theme_void <- function(base_size = 11, base_family = "",
446446
margin = margin(t = half_line * 0.9)
447447
),
448448
plot.tag = element_text(
449-
size = rel(1.3),
449+
size = rel(1.2),
450450
hjust = 0.5, vjust = 0.5
451451
),
452452
plot.tag.position = 'topleft',
@@ -569,7 +569,7 @@ theme_test <- function(base_size = 11, base_family = "",
569569
margin = margin(t = half_line * 0.9)
570570
),
571571
plot.tag = element_text(
572-
size = rel(1.3),
572+
size = rel(1.2),
573573
hjust = 0.5, vjust = 0.5
574574
),
575575
plot.tag.position = 'topleft',

0 commit comments

Comments
 (0)