1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +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

@@ -3,7 +3,7 @@
>
<div class="tw-flex tw-justify-between tw-items-start tw-flex-grow">
<div>
<h2 bitTypography="h4" class="tw-font-semibold !tw-mb-1">{{ title }}</h2>
<h2 bitTypography="h4" class="tw-font-medium !tw-mb-1">{{ title }}</h2>
<p
*ngIf="subtitle"
class="tw-text-main tw-mb-0"