Browse Source

fix voiceover on send created screen (#11628)

pull/11645/head
Jordan Aasen 1 year ago committed by GitHub
parent
commit
c89d8a00a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      apps/browser/src/tools/popup/send-v2/send-created/send-created.component.html
  2. 2
      libs/tools/send/send-ui/src/send-form/components/send-details/send-details.component.html

4
apps/browser/src/tools/popup/send-v2/send-created/send-created.component.html

@ -15,7 +15,9 @@ @@ -15,7 +15,9 @@
class="tw-flex tw-bg-background-alt tw-flex-col tw-justify-center tw-items-center tw-gap-2 tw-h-full tw-px-5"
>
<bit-icon [icon]="sendCreatedIcon"></bit-icon>
<h3 class="tw-font-semibold">{{ "createdSendSuccessfully" | i18n }}</h3>
<h3 tabindex="0" appAutofocus class="tw-font-semibold">
{{ "createdSendSuccessfully" | i18n }}
</h3>
<p class="tw-text-center">
{{ formatExpirationDate() }}
</p>

2
libs/tools/send/send-ui/src/send-form/components/send-details/send-details.component.html

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<bit-card>
<bit-form-field>
<bit-label>{{ "name" | i18n }}</bit-label>
<input bitInput type="text" formControlName="name" />
<input appAutofocus bitInput type="text" formControlName="name" />
</bit-form-field>
<tools-send-text-details

Loading…
Cancel
Save