@@ -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- <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 <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- <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 <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- <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>