Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 408f69d

Browse filesBrowse files
committed
docs: improve icons documentation
1 parent 17ccc9d commit 408f69d
Copy full SHA for 408f69d

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎packages/docs/components/icon.md

Copy file name to clipboardExpand all lines: packages/docs/components/icon.md
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.