Skip to content

Commit

Permalink
Fix typo in utilities/colors.md (#38194)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Mar 10, 2023
1 parent 2a9308b commit 24130a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/utilities/colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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-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.
**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 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
Expand Down

0 comments on commit 24130a4

Please sign in to comment.