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

@@ -6,7 +6,7 @@
></i>
<section *ngIf="state === SetupExtensionState.NeedsExtension" class="tw-text-center tw-mt-4">
<h1 class="tw-text-xl tw-font-semibold tw-text-main sm:tw-text-2xl">
<h1 class="tw-text-xl tw-font-medium tw-text-main sm:tw-text-2xl">
{{ "setupExtensionPageTitle" | i18n }}
</h1>
<h2 class="tw-text-sm tw-text-main tw-mb-6 tw-font-normal sm:tw-text-base">

View File

@@ -12,7 +12,7 @@
(change)="$event ? toggleAll() : null"
[checked]="selection.hasValue() && isAllSelected"
/>
<label class="tw-mb-0 !tw-font-bold !tw-text-muted" for="checkAll">{{
<label class="tw-mb-0 !tw-font-medium !tw-text-muted" for="checkAll">{{
"all" | i18n
}}</label>
</th>

View File

@@ -4,7 +4,7 @@
</div>
<div *ngIf="isLoaded">
<div
class="tw-bg-background-alt tw-border-0 tw-border-b tw-border-solid tw-border-secondary-100 tw-rounded-t tw-px-5 tw-py-2.5 tw-font-semibold tw-uppercase"
class="tw-bg-background-alt tw-border-0 tw-border-b tw-border-solid tw-border-secondary-100 tw-rounded-t tw-px-5 tw-py-2.5 tw-font-medium tw-uppercase"
data-testid="filters-header"
>
{{ "filters" | i18n }}