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:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user