Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Dec 29, 2023
1 parent 7f98e6f commit 6f14241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Add labels to your progress bars by placing text within the `.progress-bar`.

{{< example >}}
<div class="progress" role="progressbar" aria-label="Example with label" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 25%">25%</div>
<div class="progress-bar text-dark" style="width: 25%">25%</div>
</div>
{{< /example >}}

Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Retrieve our color theme in the [new color theme documentation]({{< docsref "/cu
- <span class="badge text-bg-danger">Breaking</span> The dark variant of the pagination (`.pagination-dark`) has been replaced by using the contextual dark mode with `data-bs-theme="dark"`.

- **Progress**
- <span class="badge text-bg-warning">Warning</span> Thanks to the automatic contrast mechanism, some progress bars variants with texts have been modified to avoid using text utilities that are set automatically. Please reflect these modifications into your websites.
- <span class="badge text-bg-warning">Warning</span> Thanks to the automatic contrast mechanism, some progress bars variants with texts have been modified to avoid using text utilities that are set automatically. However the default progress bar and the warning ones still need a `.text-dark`. Please reflect these modifications into your websites.

- **Stepped Process**
- <span class="badge text-bg-danger">Breaking</span> The dark variant of the stepped process (`.stepped-process-dark`) has been replaced by using the contextual dark mode with `data-bs-theme="dark"`.
Expand Down

0 comments on commit 6f14241

Please sign in to comment.