Skip to content

Commit 2facabc

Browse files
committed
Revert version of default_colour deprecation
1 parent 2ae09cd commit 2facabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/use_sgplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ use_sgplot <- function(palette_type = "sg",
4444

4545
if (lifecycle::is_present(default_colour)) {
4646
lifecycle::deprecate_warn(
47-
when = "0.5.0",
47+
when = "0.4.0",
4848
what = "use_sgplot(default_colour)",
4949
with = "use_sgplot(palette_type)",
5050
details = "The `default colour` argument supplied will not be used."

0 commit comments

Comments
 (0)