1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[SM-438] fix: table header styles (#4577)

This commit is contained in:
Will Martin
2023-01-26 11:05:39 -05:00
committed by GitHub
parent e055e68991
commit c6c81c3a60

View File

@@ -15,7 +15,7 @@
<ng-container header>
<tr>
<th bitCell class="tw-w-0">
<label class="tw-m-0 tw-flex tw-w-fit tw-gap-2">
<label class="tw-m-0 tw-flex tw-w-fit tw-gap-2 !tw-font-bold !tw-text-muted">
<input
type="checkbox"
(change)="$event ? toggleAll() : null"