1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-19 00:43:25 +00:00

[PM-26984] Use medium instead of semibold or bold (#17191)

This commit is contained in:
Vicki League
2025-11-06 11:27:46 -05:00
committed by GitHub
parent f865139d16
commit c404ee210b
13 changed files with 19 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
</bit-section-header>
<bit-card>
<p class="tw-mb-1 tw-text-xs tw-text-muted tw-select-all">
<span class="tw-font-bold">{{ "lastEdited" | i18n }}:</span>
<span class="tw-font-medium">{{ "lastEdited" | i18n }}:</span>
{{ cipher.revisionDate | date: "medium" }}
</p>
<p
@@ -14,7 +14,7 @@
'tw-mb-0': !cipher.hasPasswordHistory,
}"
>
<span class="tw-font-bold">{{ "dateCreated" | i18n }}:</span>
<span class="tw-font-medium">{{ "dateCreated" | i18n }}:</span>
{{ cipher.creationDate | date: "medium" }}
</p>
<p
@@ -22,7 +22,7 @@
class="tw-text-xs tw-text-muted tw-select-all"
[ngClass]="{ 'tw-mb-3': cipher.hasPasswordHistory }"
>
<span class="tw-font-bold">{{ "datePasswordUpdated" | i18n }}:</span>
<span class="tw-font-medium">{{ "datePasswordUpdated" | i18n }}:</span>
{{ cipher.passwordRevisionDisplayDate | date: "medium" }}
</p>
<button