Skip to content

Commit 408f69d

Browse files
committed
docs: improve icons documentation
1 parent 17ccc9d commit 408f69d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/docs/components/icon.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
290290
<CTabPane role="tabpanel" aria-labelledby="linear-tab" :visible="tabPaneActiveKey === 1">
291291
<CRow v-if="tabPaneActiveKey === 1" :xs="{ cols: 3 }" :sm="{ cols: 4 }" :lg="{ cols: 5 }">
292292
<CCol class="mb-4" v-for="(i) in linearIcons">
293-
<div class="p-3 py-4 mb-2 bg-light text-center rounded">
293+
<div class="p-3 py-4 mb-2 bg-body-tertiary text-center rounded">
294294
<CIcon :icon="icon[i]" size="xxl"/>
295295
</div>
296296
<div class="text-body-secondary text-center pt-1 small">{{i}}</div>
@@ -300,7 +300,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
300300
<CTabPane role="tabpanel" aria-labelledby="brand-tab" :visible="tabPaneActiveKey === 2">
301301
<CRow v-if="tabPaneActiveKey === 2" :xs="{ cols: 3 }" :sm="{ cols: 4 }" :lg="{ cols: 5 }">
302302
<CCol class="mb-4" v-for="(i) in brandIcons">
303-
<div class="p-3 py-4 mb-2 bg-light text-center rounded">
303+
<div class="p-3 py-4 mb-2 bg-body-tertiary text-center rounded">
304304
<CIcon :icon="icon[i]" size="xxl"/>
305305
</div>
306306
<div class="text-body-secondary text-center pt-1 small">{{i}}</div>
@@ -310,7 +310,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
310310
<CTabPane role="tabpanel" aria-labelledby="flags-tab" :visible="tabPaneActiveKey === 3">
311311
<CRow v-if="tabPaneActiveKey === 3" :xs="{ cols: 3 }" :sm="{ cols: 4 }" :lg="{ cols: 5 }">
312312
<CCol class="mb-4" v-for="(i) in flagIcons">
313-
<div class="p-3 py-4 mb-2 bg-light text-center rounded">
313+
<div class="p-3 py-4 mb-2 bg-body-tertiary text-center rounded">
314314
<CIcon :icon="icon[i]" size="xxl"/>
315315
</div>
316316
<div class="text-body-secondary text-center pt-1 small">{{i}}</div>

0 commit comments

Comments
 (0)