1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

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

This commit is contained in:
Vicki League
2025-11-04 15:27:13 -05:00
committed by GitHub
parent 7e5f02f90c
commit 9bd7b58f6b
17 changed files with 20 additions and 20 deletions

View File

@@ -81,7 +81,7 @@
<div class="tw-flex tw-flex-col tw-items-center tw-justify-center">
<p bitTypography="body1" class="tw-text-center tw-mb-3 tw-text-main" id="follow_the_link_body">
{{ "followTheLinkInTheEmailSentTo" | i18n }}
<span class="tw-font-bold">{{ email.value }}</span>
<span class="tw-font-medium">{{ email.value }}</span>
{{ "andContinueCreatingYourAccount" | i18n }}
</p>