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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user