Skip to content

Commit

Permalink
fix(sanity): update header paddings to reduce document switch flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Nov 6, 2024
1 parent 10dea69 commit b5fc349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const PaneHeader = forwardRef(function PaneHeader(
tabIndex={tabIndex}
>
{loading && (
<Box padding={3}>
<Box padding={2}>
<TitleTextSkeleton animated radius={1} size={1} />
</Box>
)}
Expand Down

0 comments on commit b5fc349

Please sign in to comment.