Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit50beaf7

Browse files
committed
refactor: change size2xl toxxl
1 parent6c77a31 commit50beaf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/CIcon.tsx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ export interface CIconProps extends DOMAttributes<SVGSVGElement> {
1717
*/
1818
content?:string|Array<string>
1919
/**
20-
* Size of the icon. Available sizes: 'sm', 'lg', 'xl', '2xl'...'9xl', 'custom', 'custom-size'. [docs]
20+
* Size of the icon. Available sizes: 'sm', 'lg', 'xl', 'xxl', '3xl...9xl', 'custom', 'custom-size'. [docs]
2121
*/
2222
size?:
2323
|'custom-size'
2424
|'sm'
2525
|'lg'
2626
|'xl'
27-
|'2xl'
27+
|'xxl'
2828
|'3xl'
2929
|'4xl'
3030
|'5xl'
@@ -146,7 +146,7 @@ CIcon.propTypes = {
146146
'sm',
147147
'lg',
148148
'xl',
149-
'2xl',
149+
'xxl',
150150
'3xl',
151151
'4xl',
152152
'5xl',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp