From 0aee923248a46634fd8d4277c5fb65eb4d91db5e Mon Sep 17 00:00:00 2001 From: Rishabh Rathod Date: Thu, 4 Apr 2024 16:36:53 +0530 Subject: [PATCH] fix: peek overlay object value in lowercase (#32412) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Fixes https://github.com/appsmithorg/appsmith/issues/32377 ## Automation /ok-to-test tags="@tag.JS" ### :mag: Cypress test results > [!IMPORTANT] > Workflow run: > Commit: `ab8ed455e532fbc2761f00e4db67bddc5779aa90` > Cypress dashboard url: Click here! > All cypress tests have passed 🎉🎉🎉 ## Summary by CodeRabbit - **Style** - Updated the text style in the JSON viewer to preserve the original text case. --- .../editorComponents/CodeEditor/PeekOverlayPopup/JsonWrapper.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/src/components/editorComponents/CodeEditor/PeekOverlayPopup/JsonWrapper.tsx b/app/client/src/components/editorComponents/CodeEditor/PeekOverlayPopup/JsonWrapper.tsx index caaf4e8846..f00538b17c 100644 --- a/app/client/src/components/editorComponents/CodeEditor/PeekOverlayPopup/JsonWrapper.tsx +++ b/app/client/src/components/editorComponents/CodeEditor/PeekOverlayPopup/JsonWrapper.tsx @@ -55,7 +55,6 @@ export const JsonWrapper = styled.div` padding-bottom: 0 !important; border-left: 0 !important; .variable-value div { - text-transform: lowercase; font-size: 10px !important; padding-top: 0 !important; padding-bottom: 0 !important;