From 4379601005536baeb70202b02a051fc122c86c85 Mon Sep 17 00:00:00 2001 From: Vinod Ravindu Perera Date: Wed, 27 May 2026 21:30:43 +0530 Subject: [PATCH] Fix Devportal button text casing inconsistency Fixes wso2/api-manager#3858 --- .../src/main/webapp/source/src/app/data/defaultTheme.js | 7 +++++++ 1 file changed, 7 insertions(+) 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')