Skip to content

Commit ce4bce2

Browse files
Change fill of GeomRibbon to match with the previous default colour (#6079)
1 parent 57ba97f commit ce4bce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-ribbon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ geom_ribbon <- function(mapping = NULL, data = NULL,
9898
GeomRibbon <- ggproto("GeomRibbon", Geom,
9999
default_aes = aes(
100100
colour = NA,
101-
fill = from_theme(col_mix(ink, paper, 0.799)),
101+
fill = from_theme(col_mix(ink, paper, 0.2)),
102102
linewidth = from_theme(borderwidth),
103103
linetype = from_theme(bordertype),
104104
alpha = NA),

0 commit comments

Comments
 (0)