fix: table row background (#315)

This commit is contained in:
Hayden 2023-02-25 18:07:03 -09:00 committed by GitHub
parent a6bcb36c5b
commit 729293745f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<BaseCard>
<table class="table w-full">
<thead>
<tr class="bg-primary">
<tr>
<th
v-for="h in headers"
:key="h.value"