Skip to content

Commit 7d34529

Browse files
committed
fix image font size
1 parent 12ee38c commit 7d34529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/apa7.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,10 +577,10 @@ ggplot2::diamonds |>
577577
aes(label = paste0(p, " (", n, ")")),
578578
position = position_fill(vjust = .5),
579579
size.unit = "pt",
580-
size = 17 * .8,
580+
size = 15 * .8,
581581
color = "gray10"
582582
) +
583-
theme_minimal(base_family = "Roboto Condensed", base_size = 17) +
583+
theme_minimal(base_family = "Roboto Condensed", base_size = 15) +
584584
scale_y_continuous(
585585
"Cumulative Proportion",
586586
expand = expansion(c(0, .025)),

0 commit comments

Comments
 (0)