diff --git a/portals/devportal/src/main/webapp/source/src/app/data/defaultTheme.js b/portals/devportal/src/main/webapp/source/src/app/data/defaultTheme.js index d38cf17044c..78785c1cd89 100755 --- a/portals/devportal/src/main/webapp/source/src/app/data/defaultTheme.js +++ b/portals/devportal/src/main/webapp/source/src/app/data/defaultTheme.js @@ -40,6 +40,13 @@ const DefaultConfigurations = { color: '#666', }, }, + overrides: { + MuiButton: { + root: { + textTransform: 'none', + }, + }, + }, custom: { contentAreaWidth: 1240, backgroundImage: '', // Add a watermark background to the content area of the page. Example ( '/devportal/site/public/images/back-light.png')