Skip to content

Commit 7ad81c8

Browse files
committed
Apply new 40px size for TextControl
1 parent 6a1bc09 commit 7ad81c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/block-editor/edit.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export default function HTMLEdit( { attributes, isSelected, setAttributes, toggl
217217
</ToggleGroupControl>
218218
{ replaceSetting.beforeInsertSpaces && (
219219
<TextControl
220+
__next40pxDefaultSize
220221
__nextHasNoMarginBottom
221222
label={ __( 'Indent width', 'custom-html-block-extension' ) }
222223
value={ replaceSetting.beforeTabSize || '' }
@@ -259,6 +260,7 @@ export default function HTMLEdit( { attributes, isSelected, setAttributes, toggl
259260
</ToggleGroupControl>
260261
{ replaceSetting.afterInsertSpaces && (
261262
<TextControl
263+
__next40pxDefaultSize
262264
__nextHasNoMarginBottom
263265
label={ __( 'Indent width', 'custom-html-block-extension' ) }
264266
value={ replaceSetting.afterTabSize || '' }

0 commit comments

Comments
 (0)