Skip to content

Commit a5ade52

Browse files
committed
feat(dl): increase gap between icon and button
1 parent 91a0769 commit a5ade52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/downloads/pending/download-actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function DownloadActions({ matchId, demoFileName }: Props) {
6969

7070
return (
7171
<div className="flex flex-col flex-1 items-end justify-between h-full">
72-
<div className="flex items-center gap-4">
72+
<div className="flex items-center gap-8">
7373
{statusIcon}
7474
<RemoveDownloadButton matchId={matchId} />
7575
</div>

0 commit comments

Comments
 (0)