Skip to content

Commit

Permalink
[Web-components] Update Icons (#238)
Browse files Browse the repository at this point in the history
* Update icons

* fix lint

* Fix instructions

* Show upload button
  • Loading branch information
ayinloya authored Apr 9, 2024
1 parent 2b4f065 commit 04d9cd7
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DocumentCaptureScreens extends HTMLElement {
${this.title} ${this.showNavigation} ${this.hideInstructions ? '' : 'hidden'}
${this.documentCaptureModes}
></document-capture>
<document-capture-instructions id='document-capture-instructions-back' title='Submit Back of ID' ${this.documentCaptureModes} ${this.showNavigation} hidden></document-capture-instructions>
<document-capture-instructions id='document-capture-instructions-back' side-of-id='Back' title='Submit Back of ID' ${this.documentCaptureModes} ${this.showNavigation} hidden></document-capture-instructions>
<document-capture id='document-capture-back' side-of-id='Back' ${this.title} ${this.showNavigation}
${this.documentCaptureModes}
hidden
Expand Down
Loading

0 comments on commit 04d9cd7

Please sign in to comment.