File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/docs/content/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ export const LinearExample = () => {
257
257
{icons.map((i, idx) => {
258
258
return (
259
259
<CCol className="mb-4" key={idx}>
260
- <div className="p-3 py-4 mb-2 bg-light text-center rounded">
260
+ <div className="p-3 py-4 mb-2 bg-body-tertiary text-center rounded">
261
261
<CIcon icon={icon[i]} size="xxl"/>
262
262
</div>
263
263
<div className="text-body-secondary text-center pt-1 small">{i}</div>
@@ -274,7 +274,7 @@ export const BrandExample = () => {
274
274
{icons.map((i, idx) => {
275
275
return (
276
276
<CCol className="mb-4" key={idx}>
277
- <div className="p-3 py-4 mb-2 bg-light text-center rounded">
277
+ <div className="p-3 py-4 mb-2 bg-body-tertiary text-center rounded">
278
278
<CIcon icon={icon[i]} size="xxl"/>
279
279
</div>
280
280
<div className="text-body-secondary text-center pt-1 small">{i}</div>
@@ -291,7 +291,7 @@ export const FlagsExample = () => {
291
291
{icons.map((i, idx) => {
292
292
return (
293
293
<CCol className="mb-4" key={idx}>
294
- <div className="p-3 py-4 mb-2 bg-light text-center rounded">
294
+ <div className="p-3 py-4 mb-2 bg-body-tertiary text-center rounded">
295
295
<CIcon icon={icon[i]} size="xxl"/>
296
296
</div>
297
297
<div className="text-body-secondary text-center pt-1 small">{i}</div>
You can’t perform that action at this time.
0 commit comments