Skip to content

Commit b85fdeb

Browse files
committed
fix minimal variant for the table component
1 parent cf599cd commit b85fdeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/ui/Table.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ const tableVariants = tv({
4444
thead: "bg-background-highlight",
4545
tbody: `${baseStyles.tbody} ${stripedTbody}`,
4646
},
47-
minimal: {},
47+
minimal: {
48+
...baseStyles,
49+
},
4850
product: {
4951
table: "caption-bottom text-sm",
5052
thead: "[&-tr:last-child]:border-0",

0 commit comments

Comments
 (0)