Skip to content

Commit

Permalink
Update version in value_box()'s deprecation method
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Oct 20, 2023
1 parent 3b0b564 commit 0fd30f5
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 @@ -118,7 +118,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 0fd30f5

Please sign in to comment.