Skip to content

Commit

Permalink
mb-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Jul 29, 2024
1 parent 7bd579f commit 519954a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/marketplace/src/components/VersionList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const ModuleSection = (props: ModuleSectionProps) => {
{cutPrefix(heritage, "▶")}
</div>
</UI.Text>
<div className="bg-[var(--background-tinted-base)] rounded-lg px-4 pt-2">
<div className="bg-[var(--background-tinted-base)] rounded-lg px-4 pt-2 mb-2">
{Array.from(module.instances).map(([version, inst]) => (
<ModuleVersion
key={version}
Expand Down

0 comments on commit 519954a

Please sign in to comment.