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

Appearance settings

Commit 11306fc

Browse filesBrowse files
committed
docs: improve icons documentation
1 parent 3067927 commit 11306fc
Copy full SHA for 11306fc

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

‎packages/docs/content/components/icon.mdx

Copy file name to clipboardExpand all lines: packages/docs/content/components/icon.mdx
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.