Skip to content

Commit

Permalink
Tweak Create custom template modal (#64255)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
3 people authored Aug 5, 2024
1 parent 396e470 commit 7559e74
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default function CreateNewTemplateModal( { onClose } ) {
>
<VStack spacing="3">
<TextControl
__next40pxDefaultSize
__nextHasNoMarginBottom
label={ __( 'Name' ) }
value={ title }
Expand All @@ -129,11 +130,16 @@ export default function CreateNewTemplateModal( { onClose } ) {
) }
/>
<HStack justify="right">
<Button variant="tertiary" onClick={ cancel }>
<Button
__next40pxDefaultSize
variant="tertiary"
onClick={ cancel }
>
{ __( 'Cancel' ) }
</Button>

<Button
__next40pxDefaultSize
variant="primary"
type="submit"
isBusy={ isBusy }
Expand Down

0 comments on commit 7559e74

Please sign in to comment.