Skip to content

Commit c6df35d

Browse files
authored
fix: property value
1 parent 35d5ab7 commit c6df35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/@chakra-ui/components/Table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const baseStyle = defineMergeStyles(
2626
borderBottom: "1px",
2727
borderColor: "body.base",
2828
color: "body.base",
29-
textTransform: "normal",
29+
textTransform: "none",
3030
verticalAlign: "bottom",
3131
...cellPadding,
3232
},

0 commit comments

Comments
 (0)