Skip to content

Commit 9364ce4

Browse files
authored
Merge pull request #13150 from ethereum/tableHeaderFormatting
Change textTransform from 'captialized' to 'normal' for Table component
2 parents 4560e3a + c6df35d commit 9364ce4

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: "none",
3030
verticalAlign: "bottom",
3131
...cellPadding,
3232
},

0 commit comments

Comments
 (0)