We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9242c1c commit a5dca56Copy full SHA for a5dca56
src/components/Organization/pages/General.jsx
@@ -93,7 +93,8 @@ const useStyles = makeStyles(theme => ({
93
border: 0,
94
direction: "column",
95
backgroundColor: theme.palette.grey[200],
96
- padding: `${theme.spacing(0.5)}px ${theme.spacing(2)}px`
+ padding: `${theme.spacing(0.5)}px ${theme.spacing(2)}px`,
97
+ textTransform: "none"
98
},
99
ProfilePhotoImage: {
100
width: theme.spacing(12),
@@ -407,4 +408,4 @@ function General() {
407
408
);
409
}
410
-export default General;
411
+export default General;
0 commit comments