1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

This commit is contained in:
Vicki League
2025-11-06 10:45:36 -05:00
committed by GitHub
parent 87dceff0c8
commit 1cc08c5968
6 changed files with 17 additions and 21 deletions

View File

@@ -12,7 +12,7 @@
</div>
</div>
<bit-card-content [ngClass]="{ 'tw-grayscale': disabled }">
<h3 class="tw-mb-4 tw-text-xl tw-font-bold">{{ title }}</h3>
<h3 class="tw-mb-4 tw-text-xl tw-font-medium">{{ title }}</h3>
<p class="tw-mb-0">{{ description }}</p>
</bit-card-content>
@if (requiresPremium) {