Skip to content

Commit 9cbc918

Browse files
authored
Merge pull request #21 from BitTheCat/fixed-table-body-css
Fixed default body css
2 parents d1e565b + 41780d8 commit 9cbc918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
.tv-tbody {
14-
@apply border
14+
@apply border bg-gray-100
1515
}
1616

1717
.tv-tr {
@@ -36,4 +36,4 @@
3636

3737
.tv-paginator-text {
3838
@apply text-lg md:text-sm
39-
}
39+
}

0 commit comments

Comments
 (0)