diff options
| author | Julien Déramond <[email protected]> | 2023-03-02 08:28:45 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-03-02 10:23:03 -0800 |
| commit | 34901f1bc734cf4dd4eaa2e9581aeb72c3f9316e (patch) | |
| tree | 26bf56aa6186b786f882fb429b2779a3bbbcfffb /site/content/docs/5.3/utilities | |
| parent | 8a725016fe0978244c5cd45ce4bdb19b1b91e669 (diff) | |
| download | bootstrap-34901f1bc734cf4dd4eaa2e9581aeb72c3f9316e.tar.xz bootstrap-34901f1bc734cf4dd4eaa2e9581aeb72c3f9316e.zip | |
Docs: rollback some modification about `.text-muted` deprecation messages
Diffstat (limited to 'site/content/docs/5.3/utilities')
| -rw-r--r-- | site/content/docs/5.3/utilities/colors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/utilities/colors.md b/site/content/docs/5.3/utilities/colors.md index 2023049d4..8f27d826c 100644 --- a/site/content/docs/5.3/utilities/colors.md +++ b/site/content/docs/5.3/utilities/colors.md @@ -43,7 +43,7 @@ Color utilities like `.text-*` that generated from our original `$theme-colors` {{< /callout >}} {{< callout warning >}} -**Deprecation:** With the addition of the expanded theme colors and variables, the `.text-body-secondary` utility has been deprecated as of v5.3.0. Its default value has also has been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0. +**Deprecation:** With the addition of the expanded theme colors and variables, the `.text-muted` utility has been deprecated as of v5.3.0. Its default value has also has been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0. {{< /callout >}} ## Opacity |
