Skip to content

Commit f5e43fe

Browse files
committed
chore(form): Updated FileInput snapshots for new icon
1 parent 39edcb2 commit f5e43fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/form/src/file-input/__tests__/__snapshots__/FileInput.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`FileInput should render correctly 1`] = `
1616
aria-hidden="true"
1717
class="rmd-icon rmd-icon--font material-icons"
1818
>
19-
file_download
19+
file_upload
2020
</i>
2121
<span
2222
class="rmd-typography rmd-typography--body-1 rmd-sr-only"
@@ -46,7 +46,7 @@ exports[`FileInput should render correctly 2`] = `
4646
aria-hidden="true"
4747
class="rmd-icon rmd-icon--font material-icons rmd-icon--before"
4848
>
49-
file_download
49+
file_upload
5050
</i>
5151
Custom children
5252
<span

0 commit comments

Comments
 (0)