From 53fa883812675ae34c4837277630e0583a1877e4 Mon Sep 17 00:00:00 2001 From: gohil-jay Date: Sat, 20 Nov 2021 12:28:32 +0530 Subject: [PATCH] Updated language and made minor changes --- frontend/src/components/ShuffleCodeEditor.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/ShuffleCodeEditor.jsx b/frontend/src/components/ShuffleCodeEditor.jsx index 890501a0..d24eaedc 100644 --- a/frontend/src/components/ShuffleCodeEditor.jsx +++ b/frontend/src/components/ShuffleCodeEditor.jsx @@ -52,6 +52,8 @@ const Textfield = (props) => { backgroundColor: "#f85a3e", padding: 6, paddingBottom: 6, + paddingLeft: 12, + paddingRight: 12, marginLeft: 20, marginBottom: 50, borderRadius: 10, @@ -59,13 +61,13 @@ const Textfield = (props) => { fontSize: "75%" }} > - Python + JavaScript
{ options={{ theme: 'gruvbox-dark', keyMap: 'sublime', - mode: 'python', + mode: 'javascript', // mode: {codelang}, }} />