Skip to content

Commit

Permalink
theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
camdenblatchly committed Dec 14, 2023
1 parent 2dd8159 commit e9a2ad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ theme_cori <- function(base_family = "Lato", base_size = 12) {
ret$panel.grid.minor.y <- ggplot2::element_blank()
ret$panel.grid.major.y <- ggplot2::element_line(
linetype = "solid",
color = gray
color = gray,
linewidth = .25
)
ret$panel.background = ggplot2::element_blank()

Expand Down

0 comments on commit e9a2ad1

Please sign in to comment.