1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-11 10:10:25 +01:00

PM-9639 updated elements used in additional information (#10246)

This commit is contained in:
Jason Ng 2024-07-24 15:27:12 -04:00 committed by GitHub
parent 5b628b7c1f
commit 9421b6f0c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -6,9 +6,10 @@
<label class="tw-text-xs tw-text-muted tw-select-none">
{{ "note" | i18n }}
</label>
<div class="tw-flex tw-justify-between">
<bit-form-field>
<textarea readonly bitInput aria-readonly="true">{{ notes }}</textarea>
<button
bitSuffix
bitIconButton="bwi-clone"
size="small"
type="button"
@ -16,6 +17,6 @@
showToast
[appA11yTitle]="'copyValue' | i18n"
></button>
</div>
</bit-form-field>
</bit-card>
</bit-section>

View File

@ -9,6 +9,7 @@ import {
SectionComponent,
SectionHeaderComponent,
TypographyModule,
FormFieldModule,
} from "@bitwarden/components";
@Component({
@ -24,6 +25,7 @@ import {
SectionComponent,
SectionHeaderComponent,
TypographyModule,
FormFieldModule,
],
})
export class AdditionalInformationComponent {