Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit408f69d

Browse files
committed
docs: improve icons documentation
1 parent17ccc9d commit408f69d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎packages/docs/components/icon.md‎

Lines 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
<CTabPanerole="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-
<divx x-first x-last">light text-center rounded">
293+
<divx x-first x-last">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
<CTabPanerole="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-
<divx x-first x-last">light text-center rounded">
303+
<divx x-first x-last">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
<CTabPanerole="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-
<divx x-first x-last">light text-center rounded">
313+
<divx x-first x-last">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)

[8]ページ先頭

©2009-2025 Movatter.jp