Skip to content

Commit

Permalink
Update version in value_box()'s deprecation method (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored Oct 20, 2023
1 parent ceb30e3 commit ed58575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/value-box.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ value_box <- function(
# ---- Theme ----
if (lifecycle::is_present(theme_color)) {
lifecycle::deprecate_soft(
"0.5.2",
"0.6.0",
"value_box(theme_color =)",
"value_box(theme =)",
details = if (!missing(theme)) {
Expand Down

0 comments on commit ed58575

Please sign in to comment.