Skip to content

Commit 70c3d69

Browse files
committed
Restore original legend margin
Fixes #1871
1 parent e83cd48 commit 70c3d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/theme-defaults.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ theme_grey <- function(base_size = 11, base_family = "") {
110110
legend.spacing = unit(0.4, "cm"),
111111
legend.spacing.x = NULL,
112112
legend.spacing.y = NULL,
113-
legend.margin = margin(0, 0, 0, 0, "cm"),
113+
legend.margin = margin(0.2, 0.2, 0.2, 0.2, "cm"),
114114
legend.key = element_rect(fill = "grey95", colour = "white"),
115115
legend.key.size = unit(1.2, "lines"),
116116
legend.key.height = NULL,

0 commit comments

Comments
 (0)