Skip to content

Commit

Permalink
SpacingSizeControl のラベル表記のミスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Dec 19, 2024
1 parent e6e83f3 commit e7a50ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/js/editor/hooks/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@ export function SpacingSizeControl( {
value: 2,
},
{
label: '2XL',
label: 'XL',
value: 3,
},
{
label: '3XL',
label: '2XL',
value: 4,
},
{
label: '4XL',
label: '3XL',
value: 5,
},
{
label: '5XL',
label: '4XL',
value: 6,
},
{
label: '6XL',
label: '5XL',
value: 7,
},
];
Expand Down

0 comments on commit e7a50ae

Please sign in to comment.