Skip to content

Commit 11306fc

Browse files
committed
docs: improve icons documentation
1 parent 3067927 commit 11306fc

File tree

1 file changed

+3
-3
lines changed
  • packages/docs/content/components

1 file changed

+3
-3
lines changed

packages/docs/content/components/icon.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export const LinearExample = () => {
257257
{icons.map((i, idx) => {
258258
return (
259259
<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">
261261
<CIcon icon={icon[i]} size="xxl"/>
262262
</div>
263263
<div className="text-body-secondary text-center pt-1 small">{i}</div>
@@ -274,7 +274,7 @@ export const BrandExample = () => {
274274
{icons.map((i, idx) => {
275275
return (
276276
<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">
278278
<CIcon icon={icon[i]} size="xxl"/>
279279
</div>
280280
<div className="text-body-secondary text-center pt-1 small">{i}</div>
@@ -291,7 +291,7 @@ export const FlagsExample = () => {
291291
{icons.map((i, idx) => {
292292
return (
293293
<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">
295295
<CIcon icon={icon[i]} size="xxl"/>
296296
</div>
297297
<div className="text-body-secondary text-center pt-1 small">{i}</div>

0 commit comments

Comments
 (0)