Skip to content

Commit dbc338d

Browse files
committed
DownloadGraph: Use fluid space scale
1 parent 18c8f90 commit dbc338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/download-graph.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: grid;
33
place-items: center;
44
border: solid 1px var(--gray-border);
5-
border-radius: 5px;
5+
border-radius: var(--space-3xs);
66
min-height: 400px;
77
}
88

0 commit comments

Comments
 (0)