Skip to content

Commit f3e95c2

Browse files
committed
chore(docs): address feedback
1 parent 74870b8 commit f3e95c2

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

migration-roadmap/infield-button.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,10 @@ None found for this component.
197197
+ aria-label="minus"
198198
>
199199
<div class="spectrum-InfieldButton-fill">
200-
- <svg class="spectrum-InfieldButton-icon" focusable="false" aria-hidden="true">
200+
<svg class="spectrum-InfieldButton-icon" focusable="false" aria-hidden="true">
201201
- <path d="M10 2C10.55 2 11 2.45 11 3V9H17C17.55 9 18 9.45 18 10C18 10.55 17.55 11 17 11H11V17C11 17.55 10.55 18 10 18C9.45 18 9 17.55 9 17V11H3C2.45 11 2 10.55 2 10C2 9.45 2.45 9 3 9H9V3C9 2.45 9.45 2 10 2Z"></path>
202-
- </svg>
203-
+ <svg class="spectrum-InfieldButton-icon" focusable="false" aria-hidden="true">
204202
+ <path d="M3 10C3 9.45 3.45 9 4 9H16C16.55 9 17 9.45 17 10C17 10.55 16.55 11 16 11H4C3.45 11 3 10.55 3 10Z"></path>
205-
+ </svg>
203+
</svg>
206204
</div>
207205
</button>
208206
<button
@@ -214,12 +212,9 @@ None found for this component.
214212
aria-label="add"
215213
>
216214
<div class="spectrum-InfieldButton-fill">
217-
- <svg class="spectrum-InfieldButton-icon" focusable="false" aria-hidden="true">
218-
- <path d="M10 2C10.55 2 11 2.45 11 3V9H17C17.55 9 18 9.45 18 10C18 10.55 17.55 11 17 11H11V17C11 17.55 10.55 18 10 18C9.45 18 9 17.55 9 17V11H3C2.45 11 2 10.55 2 10C2 9.45 2.45 9 3 9H9V3C9 2.45 9.45 2 10 2Z"></path>
219-
- </svg>
220-
+ <svg class="spectrum-InfieldButton-icon" focusable="false" aria-hidden="true">
221-
+ <path d="M10 2C10.55 2 11 2.45 11 3V9H17C17.55 9 18 9.45 18 10C18 10.55 17.55 11 17 11H11V17C11 17.55 10.55 18 10 18C9.45 18 9 17.55 9 17V11H3C2.45 11 2 10.55 2 10C2 9.45 2.45 9 3 9H9V3C9 2.45 9.45 2 10 2Z"></path>
222-
+ </svg>
215+
<svg class="spectrum-InfieldButton-icon" focusable="false" aria-hidden="true">
216+
<path d="M10 2C10.55 2 11 2.45 11 3V9H17C17.55 9 18 9.45 18 10C18 10.55 17.55 11 17 11H11V17C11 17.55 10.55 18 10 18C9.45 18 9 17.55 9 17V11H3C2.45 11 2 10.55 2 10C2 9.45 2.45 9 3 9H9V3C9 2.45 9.45 2 10 2Z"></path>
217+
</svg>
223218
</div>
224219
</button>
225220
+</div>

0 commit comments

Comments
 (0)