Skip to content

Commit

Permalink
Change textTransform from 'captialized' to 'normal' for Table component
Browse files Browse the repository at this point in the history
  • Loading branch information
corwintines committed Jun 11, 2024
1 parent e9351f3 commit 35d5ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@chakra-ui/components/Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const baseStyle = defineMergeStyles(
borderBottom: "1px",
borderColor: "body.base",
color: "body.base",
textTransform: "capitalize",
textTransform: "normal",
verticalAlign: "bottom",
...cellPadding,
},
Expand Down

0 comments on commit 35d5ab7

Please sign in to comment.