@@ -290,7 +290,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
290
290
<CTabPane role =" tabpanel " aria-labelledby =" linear-tab " :visible =" tabPaneActiveKey === 1 " >
291
291
<CRow v-if="tabPaneActiveKey === 1" :xs="{ cols: 3 }" :sm="{ cols: 4 }" :lg="{ cols: 5 }">
292
292
<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">
294
294
<CIcon :icon="icon[i]" size="xxl"/>
295
295
</div>
296
296
<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
300
300
<CTabPane role =" tabpanel " aria-labelledby =" brand-tab " :visible =" tabPaneActiveKey === 2 " >
301
301
<CRow v-if="tabPaneActiveKey === 2" :xs="{ cols: 3 }" :sm="{ cols: 4 }" :lg="{ cols: 5 }">
302
302
<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">
304
304
<CIcon :icon="icon[i]" size="xxl"/>
305
305
</div>
306
306
<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
310
310
<CTabPane role =" tabpanel " aria-labelledby =" flags-tab " :visible =" tabPaneActiveKey === 3 " >
311
311
<CRow v-if="tabPaneActiveKey === 3" :xs="{ cols: 3 }" :sm="{ cols: 4 }" :lg="{ cols: 5 }">
312
312
<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">
314
314
<CIcon :icon="icon[i]" size="xxl"/>
315
315
</div>
316
316
<div class="text-body-secondary text-center pt-1 small">{{i}}</div>
0 commit comments