[PM-1828] Fix typo in table component (#5206)

This commit is contained in:
Oscar Hinton 2023-04-20 10:14:02 +02:00 committed by GitHub
parent aa26bc5e17
commit 8c22fd74fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
<!-- Please remove this disable statement when editing this file! -->
<!-- eslint-disable tailwindcss/no-custom-classname -->
<table [ngClass]="tableClass">
<thead
class="tw-text-bold tw-border-0 tw-border-b-2 tw-border-solid tw-border-secondary-300 tw-text-muted"
class="tw-border-0 tw-border-b-2 tw-border-solid tw-border-secondary-300 tw-font-bold tw-text-muted"
>
<ng-content select="[header]"></ng-content>
</thead>