79739670

Date: 2025-08-19 09:01:06
Score: 0.5
Natty:
Report link

You can either disable it by setting the style of a single button like this:

style={{textTransform: 'none'}}

Or you can disable to all buttons in your theme like this:

const theme = createTheme({
  typography: {
    allVariants: { textTransform: "none" },
  },
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kristóf Göncző