Skip to content

Commit

Permalink
Tweak download page spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
chvancooten committed Mar 4, 2023
1 parent 39f0944 commit c393878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/DownloadList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function DownloadList() {
return (
<>
{downloads.map((file: any, index: number) => (
<Group key={index} py="xl" grow
<Group key={index} py="md" grow
sx={(theme) => ({
'&:not(:last-child)': {
borderBottom: `1px solid ${theme.colors.gray[1]}`,
Expand All @@ -36,7 +36,7 @@ function DownloadList() {
<Text size="lg" color="dark">
{file.name}
</Text>
<Stack pl={5} spacing={5}>
<Stack pl={5} spacing={0}>
<Text size="lg" color="dark">
{file.nimplant}
</Text>
Expand Down

0 comments on commit c393878

Please sign in to comment.