1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

Update font to inter feature branch (#16782)

This commit is contained in:
Vicki League
2025-11-03 15:17:07 -05:00
committed by GitHub
parent 6265fc2d46
commit cba47e4abd
49 changed files with 318 additions and 89 deletions

View File

@@ -106,7 +106,7 @@ export class SortableComponent implements OnInit {
get classList() {
return [
"tw-min-w-max",
"tw-font-bold",
"tw-font-medium",
// Below is copied from BitIconButtonComponent
"tw-border",

View File

@@ -5,7 +5,7 @@
>
<table [ngClass]="tableClass">
<thead
class="tw-border-0 tw-border-b-2 tw-border-solid tw-border-secondary-300 tw-font-bold tw-text-muted"
class="tw-border-0 tw-border-b-2 tw-border-solid tw-border-secondary-300 tw-font-medium tw-text-muted"
>
<tr>
<ng-content select="[header]"></ng-content>

View File

@@ -1,6 +1,6 @@
<table [ngClass]="tableClass">
<thead
class="tw-border-0 tw-border-b-2 tw-border-solid tw-border-secondary-300 tw-font-bold tw-text-muted"
class="tw-border-0 tw-border-b-2 tw-border-solid tw-border-secondary-300 tw-font-medium tw-text-muted"
>
<ng-content select="[header]"></ng-content>
</thead>