From 41780d872c2b344b359e932dd9e70bfe0da7b13a Mon Sep 17 00:00:00 2001 From: Michele L Date: Thu, 8 Jun 2023 23:03:18 +0200 Subject: [PATCH] fixed default body css --- src/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/app.css b/src/css/app.css index 6bf544d..e61ad1c 100644 --- a/src/css/app.css +++ b/src/css/app.css @@ -11,7 +11,7 @@ } .tv-tbody { - @apply border + @apply border bg-gray-100 } .tv-tr { @@ -36,4 +36,4 @@ .tv-paginator-text { @apply text-lg md:text-sm -} \ No newline at end of file +}