Skip to content

Commit 88198ff

Browse files
Use theme-secondary instead of theme-inverse for Utilities > Display
1 parent 6d039f4 commit 88198ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/src/content/docs/utilities/display.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ There’s no more clearfix helper in Bootstrap 6 as it’s an outdated technique
4848
## Examples
4949

5050
<Example code={`<div class="d-inline p-2 theme-primary theme-contrast">d-inline</div>
51-
<div class="d-inline p-2 theme-inverse theme-contrast">d-inline</div>`} />
51+
<div class="d-inline p-2 theme-secondary theme-contrast">d-inline</div>`} />
5252

5353
<Example code={`<span class="d-block p-2 theme-primary theme-contrast">d-block</span>
54-
<span class="d-block p-2 theme-inverse theme-contrast">d-block</span>`} />
54+
<span class="d-block p-2 theme-secondary theme-contrast">d-block</span>`} />
5555

5656
## Hiding elements
5757

0 commit comments

Comments
 (0)