Skip to content

Commit

Permalink
remove extra spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
djnunez-aot committed Jan 30, 2025
1 parent aca87da commit 0ad64ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const PackageStatusChipStack = ({

return (
<Box sx={{ display: "inline-block", width: "fit-content" }}>
<Stack direction="column" spacing={1.5} alignItems={"flex-end"}>
<Stack direction="column" spacing={1} alignItems={"flex-end"}>
{status.map((value) => (
<PackageStatusChip key={value} status={value} />
))}
Expand Down

0 comments on commit 0ad64ea

Please sign in to comment.