Skip to content

Commit

Permalink
Change fill of GeomRibbon to match with the previous default colour
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Sep 5, 2024
1 parent 57ba97f commit 3c3b1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom-ribbon.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ geom_ribbon <- function(mapping = NULL, data = NULL,
GeomRibbon <- ggproto("GeomRibbon", Geom,
default_aes = aes(
colour = NA,
fill = from_theme(col_mix(ink, paper, 0.799)),
fill = from_theme(col_mix(ink, paper, 0.2)),
linewidth = from_theme(borderwidth),
linetype = from_theme(bordertype),
alpha = NA),
Expand Down

0 comments on commit 3c3b1ee

Please sign in to comment.