Skip to content

Commit 02f4644

Browse files
chore(components/ui/Table): remove unneeded arbitrary style value
1 parent f4123bd commit 02f4644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { cn } from "@/lib/utils/cn"
1313
const tableVariants = tv({
1414
slots: {
1515
table: "w-full",
16-
th: "text-start border-b-[1px] border-body text-body normal-case align-bottom p-4",
16+
th: "text-start border-b border-body text-body normal-case align-bottom p-4",
1717
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",
1818
td: "p-4",
1919
tbody: "[&_tr]:align-top hover:[&_tr]:bg-background-highlight",

0 commit comments

Comments
 (0)