Skip to content

Commit 4b56b67

Browse files
PR feedback: swap unresolvable var reference to actual value
I’m not stoked about a px value, but it’s the same value it would’ve been if the var reference _had_ resolved so…
1 parent e35cfd5 commit 4b56b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-forms/src/components/controls/Upload/UploadImageControl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ watchEffect(() => {
161161
}
162162
163163
svg {
164-
margin-right: var(--geo-spacing-s);
164+
margin-right: 5px;
165165
}
166166
167167
&:disabled svg path {

0 commit comments

Comments
 (0)