We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
theme-secondary
theme-inverse
1 parent 6d039f4 commit 88198ffCopy full SHA for 88198ff
1 file changed
site/src/content/docs/utilities/display.mdx
@@ -48,10 +48,10 @@ There’s no more clearfix helper in Bootstrap 6 as it’s an outdated technique
48
## Examples
49
50
<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>`} />
+<div class="d-inline p-2 theme-secondary theme-contrast">d-inline</div>`} />
52
53
<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>`} />
+<span class="d-block p-2 theme-secondary theme-contrast">d-block</span>`} />
55
56
## Hiding elements
57
0 commit comments