Skip to content

Commit 35d5ab7

Browse files
committed
Change textTransform from 'captialized' to 'normal' for Table component
1 parent e9351f3 commit 35d5ab7

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: "capitalize",
29+
textTransform: "normal",
3030
verticalAlign: "bottom",
3131
...cellPadding,
3232
},

0 commit comments

Comments
 (0)