From aacc5c8f05464d7375d3ac6448f62efcb7bc7827 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 14:41:39 +0530 Subject: [PATCH] feat: set button text transform to none --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index b9108fde..826f57fa 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,6 +16,7 @@ const theme = createTheme({ styleOverrides: { root: { // Default styles for all buttons (optional) + textTransform: "none", }, containedPrimary: { // Styles for 'contained' variant with 'primary' color