Skip to content

Commit f77d6c3

Browse files
committed
OwnedCrateRow: Use fluid space scale
1 parent 34b2e6d commit f77d6c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/components/owned-crate-row.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
align-items: center;
44
background-color: #fff;
55
border: 1px solid #d5d3cb;
6-
padding: 20px 30px;
6+
padding: var(--space-xs) var(--space-m);
77
font-weight: bold;
88
cursor: pointer;
99
transition: color var(--transition-medium) ease-in;
@@ -21,9 +21,9 @@
2121
display: grid;
2222
place-items: center;
2323
flex-shrink: 0;
24-
width: 36px;
25-
height: 36px;
26-
margin-left: 10px;
24+
width: var(--space-l);
25+
height: var(--space-l);
26+
margin-left: var(--space-m);
2727
border: 2px solid #d5d3cb;
2828
border-radius: 50%;
2929

0 commit comments

Comments
 (0)