@@ -117,21 +117,21 @@ These work great with custom content as well.
117
117
<div class="fw-bold">Subheading</div>
118
118
Content for list item
119
119
</div>
120
- <span class="badge bg-primary rounded-pill">14</span>
120
+ <span class="badge text- bg-primary rounded-pill">14</span>
121
121
</li >
122
122
<li class =" list-group-item d-flex justify-content-between align-items-start " >
123
123
<div class="ms-2 me-auto">
124
124
<div class="fw-bold">Subheading</div>
125
125
Content for list item
126
126
</div>
127
- <span class="badge bg-primary rounded-pill">14</span>
127
+ <span class="badge text- bg-primary rounded-pill">14</span>
128
128
</li >
129
129
<li class =" list-group-item d-flex justify-content-between align-items-start " >
130
130
<div class="ms-2 me-auto">
131
131
<div class="fw-bold">Subheading</div>
132
132
Content for list item
133
133
</div>
134
- <span class="badge bg-primary rounded-pill">14</span>
134
+ <span class="badge text- bg-primary rounded-pill">14</span>
135
135
</li >
136
136
</ol >
137
137
{{< /example >}}
@@ -200,15 +200,15 @@ Add badges to any list group item to show unread counts, activity, and more with
200
200
<ul class =" list-group " >
201
201
<li class =" list-group-item d-flex justify-content-between align-items-center " >
202
202
A list item
203
- <span class="badge bg-primary rounded-pill">14</span>
203
+ <span class="badge text- bg-primary rounded-pill">14</span>
204
204
</li >
205
205
<li class =" list-group-item d-flex justify-content-between align-items-center " >
206
206
A second list item
207
- <span class="badge bg-primary rounded-pill">2</span>
207
+ <span class="badge text- bg-primary rounded-pill">2</span>
208
208
</li >
209
209
<li class =" list-group-item d-flex justify-content-between align-items-center " >
210
210
A third list item
211
- <span class="badge bg-primary rounded-pill">1</span>
211
+ <span class="badge text- bg-primary rounded-pill">1</span>
212
212
</li >
213
213
</ul >
214
214
{{< /example >}}
0 commit comments