Skip to content

Commit 8df17d4

Browse files
committed
Fix save options button size on the settings page
1 parent 96ed41c commit 8df17d4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/admin/options/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ export default function Options() {
4343
<PermissionEditor />
4444
<PermissionUserRole />
4545
<Flex>
46-
<Button variant="primary" disabled={ isWaiting } onClick={ onUpdateOptions }>
46+
<Button
47+
variant="primary"
48+
disabled={ isWaiting }
49+
onClick={ onUpdateOptions }
50+
__next40pxDefaultSize
51+
>
4752
{ __( 'Save Options', 'custom-html-block-extension' ) }
4853
</Button>
4954
</Flex>

0 commit comments

Comments
 (0)