We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4123bd commit 02f4644Copy full SHA for 02f4644
src/components/ui/Table.tsx
@@ -13,7 +13,7 @@ import { cn } from "@/lib/utils/cn"
13
const tableVariants = tv({
14
slots: {
15
table: "w-full",
16
- th: "text-start border-b-[1px] border-body text-body normal-case align-bottom p-4",
+ th: "text-start border-b border-body text-body normal-case align-bottom p-4",
17
tr: "not-[:last-of-type]:[&_th]:border-e-2 not-[:last-of-type]:[&_th]:border-e-background not-[:last-of-type]:[&_td]:border-e-2 not-[:last-of-type]:[&_td]:border-e-background",
18
td: "p-4",
19
tbody: "[&_tr]:align-top hover:[&_tr]:bg-background-highlight",
0 commit comments