Skip to content

Commit a9b2d6a

Browse files
committed
Add monospace font to parameters
1 parent 0d5d5be commit a9b2d6a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

components/chip/appearance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ position: 10
1212

1313
You can control the appearance of the Chip by using the following parameters:
1414

15-
* [FillMode](#fillmode)
16-
* [Rounded](#rounded)
17-
* [Size](#size)
18-
* [ThemeColor](#themecolor)
15+
* [`FillMode`](#fillmode)
16+
* [`Rounded`](#rounded)
17+
* [`Size`](#size)
18+
* [`ThemeColor`](#themecolor)
1919

2020
## FillMode
2121

components/chiplist/appearance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ position: 35
1212

1313
You can control the appearance of the chips in the ChipList by setting the following parameters:
1414

15-
* [FillMode](#fillmode)
16-
* [Rounded](#rounded)
17-
* [Size](#size)
15+
* [`FillMode`](#fillmode)
16+
* [`Rounded`](#rounded)
17+
* [`Size`](#size)
1818

1919
You can use all of them together to achieve the desired appearance. This article will explain their effect one by one.
2020

0 commit comments

Comments
 (0)