Skip to content

Commit 0ec5daf

Browse files
committedMar 12, 2025
feat(sanity): refine TitleDescriptionForm block spacing (#8875)
1 parent db83d84 commit 0ec5daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/sanity/src/core/releases/components/dialog/TitleDescriptionForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export function TitleDescriptionForm({
156156
const shouldShowDescription = isReleaseOpen || value.metadata.description
157157

158158
return (
159-
<Stack space={4}>
159+
<Stack space={3}>
160160
<TitleInput
161161
onChange={handleTitleChange}
162162
value={value.metadata.title}

0 commit comments

Comments
 (0)
Please sign in to comment.