Skip to content

Commit 00199ef

Browse files
committed
Dropdown: Use fluid space scale
1 parent 2f40abf commit 00199ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/components/dropdown/menu-item.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
width: 100%;
55
display: inline-flex;
66
text-align: start;
7-
padding: 8px 10px;
7+
padding: var(--space-2xs) var(--space-xs);
88
text-decoration: none;
99
color: var(--main-color) !important;
1010

app/components/dropdown/menu.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
border: 1px solid var(--gray-border);
77
list-style: none;
88
overflow: hidden;
9-
border-radius: 5px;
9+
border-radius: var(--space-3xs);
1010
}

app/components/dropdown/trigger.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cursor: pointer;
66

77
.arrow {
8-
margin-left: 0.6em;
8+
margin-left: var(--space-2xs);
99
font-size: 50%;
1010
display: inline-block;
1111
vertical-align: middle;

0 commit comments

Comments
 (0)