fix DownloadItem show title row styling

This commit is contained in:
Jorrin
2024-04-13 21:56:20 +02:00
parent e83054c1ca
commit 8d1ec8f1dc
2 changed files with 9 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ export default function Page() {
title: download?.media.title ?? "Downloads",
}}
/>
<YStack gap="$3">
<YStack gap="$4">
{download?.downloads.map((download) => {
return (
<DownloadItem