We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TitleDescriptionForm
1 parent db83d84 commit 0ec5dafCopy full SHA for 0ec5daf
packages/sanity/src/core/releases/components/dialog/TitleDescriptionForm.tsx
@@ -156,7 +156,7 @@ export function TitleDescriptionForm({
156
const shouldShowDescription = isReleaseOpen || value.metadata.description
157
158
return (
159
- <Stack space={4}>
+ <Stack space={3}>
160
<TitleInput
161
onChange={handleTitleChange}
162
value={value.metadata.title}
0 commit comments