1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

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

This commit is contained in:
Vicki League
2025-11-04 10:29:31 -05:00
committed by GitHub
parent 573d4219f9
commit b79625def8
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
<div class="tw-size-[95px] tw-content-center"> <div class="tw-size-[95px] tw-content-center">
<bit-icon [icon]="sendCreatedIcon"></bit-icon> <bit-icon [icon]="sendCreatedIcon"></bit-icon>
</div> </div>
<h3 tabindex="0" appAutofocus class="tw-font-semibold"> <h3 tabindex="0" appAutofocus class="tw-font-medium">
{{ "createdSendSuccessfully" | i18n }} {{ "createdSendSuccessfully" | i18n }}
</h3> </h3>
<p class="tw-text-center"> <p class="tw-text-center">

View File

@@ -21,7 +21,7 @@
<div class="tw-col-span-3"> <div class="tw-col-span-3">
<div class="tw-border tw-border-solid tw-border-secondary-300 tw-rounded" data-testid="filters"> <div class="tw-border tw-border-solid tw-border-secondary-300 tw-rounded" data-testid="filters">
<div <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" data-testid="filters-header"
> >
{{ "filters" | i18n }} {{ "filters" | i18n }}

View File

@@ -11,7 +11,7 @@
<form [formGroup]="formGroup" [bitSubmit]="submit" id="import_form_importForm"> <form [formGroup]="formGroup" [bitSubmit]="submit" id="import_form_importForm">
<bit-section> <bit-section>
<bit-section-header> <bit-section-header>
<h2 class="tw-font-bold" bitTypography="h6">{{ "destination" | i18n }}</h2> <h2 class="tw-font-medium" bitTypography="h6">{{ "destination" | i18n }}</h2>
</bit-section-header> </bit-section-header>
<bit-card> <bit-card>
<bit-form-field [hidden]="isFromAC"> <bit-form-field [hidden]="isFromAC">
@@ -62,7 +62,7 @@
<bit-section> <bit-section>
<bit-section-header> <bit-section-header>
<h2 class="tw-font-bold" bitTypography="h6">{{ "data" | i18n }}</h2> <h2 class="tw-font-medium" bitTypography="h6">{{ "data" | i18n }}</h2>
</bit-section-header> </bit-section-header>
<bit-card> <bit-card>
<bit-form-field class="@2xl:tw-w-1/2"> <bit-form-field class="@2xl:tw-w-1/2">
@@ -70,7 +70,7 @@
<bit-select formControlName="format"> <bit-select formControlName="format">
<bit-option value="" label="-- {{ 'select' | i18n }} --" /> <bit-option value="" label="-- {{ 'select' | i18n }} --" />
<bit-option <bit-option
class="tw-font-bold tw-text-muted tw-text-xs" class="tw-font-medium tw-text-muted tw-text-xs"
value="-" value="-"
label="{{ 'commonImportFormats' | i18n }}" label="{{ 'commonImportFormats' | i18n }}"
disabled disabled

View File

@@ -1,6 +1,6 @@
<bit-section *ngIf="sends?.length > 0" disableMargin> <bit-section *ngIf="sends?.length > 0" disableMargin>
<bit-section-header> <bit-section-header>
<h2 class="tw-font-bold" bitTypography="h6"> <h2 class="tw-font-medium" bitTypography="h6">
{{ headerText }} {{ headerText }}
</h2> </h2>
<span bitTypography="body1" slot="end">{{ sends.length }}</span> <span bitTypography="body1" slot="end">{{ sends.length }}</span>