Skip to content

Commit

Permalink
fix(core): add breathing space for release create button in picker (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin authored Feb 7, 2025
1 parent aed48ae commit 310c523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sanity/src/core/perspective/navbar/ReleasesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function ReleasesList({
}

return (
<Box>
<>
<StyledBox ref={setScrollContainer} onScroll={onScroll}>
<StyledPublishedBox
$reducePadding={!releases.length || !areReleasesEnabled}
Expand Down Expand Up @@ -163,6 +163,6 @@ export function ReleasesList({
/>
</>
)}
</Box>
</>
)
}

0 comments on commit 310c523

Please sign in to comment.