Skip to content

Commit

Permalink
changed base_size = 14
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Aug 11, 2022
1 parent 83a640b commit 1093e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/autoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ ggspotratecurveplot <- function(curve,
scale_y_continuous(labels = percent)
}

theme_wf <- function(base_size = 12,
theme_wf <- function(base_size = 14,
base_family = "mono",
base_line_size = base_size / 22,
base_rect_size = base_size / 22) {
Expand Down

0 comments on commit 1093e69

Please sign in to comment.