Skip to content

Commit 473359e

Browse files
committed
SortDropdown: Use fluid space scale
1 parent 9ec2b03 commit 473359e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.trigger {
22
background-color: var(--main-bg-dark);
33
font-size: 85%;
4-
padding: 10px;
4+
padding: var(--space-2xs);
55
border: none;
6-
border-radius: 5px;
6+
border-radius: var(--space-3xs);
77
}
88

99
.icon {
1010
color: #1a9c5d;
11-
margin-right: 0.5em;
11+
margin-right: var(--space-2xs);
1212
}

0 commit comments

Comments
 (0)