Skip to content

Commit

Permalink
Merge pull request #21 from BitTheCat/fixed-table-body-css
Browse files Browse the repository at this point in the history
Fixed default body css
  • Loading branch information
BitTheCat authored Jun 8, 2023
2 parents d1e565b + 41780d8 commit 9cbc918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

.tv-tbody {
@apply border
@apply border bg-gray-100
}

.tv-tr {
Expand All @@ -36,4 +36,4 @@

.tv-paginator-text {
@apply text-lg md:text-sm
}
}

0 comments on commit 9cbc918

Please sign in to comment.