Browse Source

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

pull/5244/head
Oscar Hinton 3 years ago committed by GitHub
parent
commit
8c22fd74fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      libs/components/src/table/table.component.html

4
libs/components/src/table/table.component.html

@ -1,8 +1,6 @@ @@ -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>

Loading…
Cancel
Save