From 11c60432582095a6b0839bc75fe6e5a2cd4bae7c Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Mon, 11 Mar 2024 21:06:21 +0100 Subject: [PATCH] move local compiler url input inside accordion --- apps/vyper/src/app/app.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/vyper/src/app/app.tsx b/apps/vyper/src/app/app.tsx index 03d893616c..ed16a3f6d0 100644 --- a/apps/vyper/src/app/app.tsx +++ b/apps/vyper/src/app/app.tsx @@ -134,21 +134,21 @@ const App = () => {
-
- setEnvironment('remote')} className={`custom-control-input ${state.environment === 'remote' ? 'd-flex mr-4' : 'd-flex mr-4 cursor-status'}`} /> +
+ setEnvironment('remote')} className={`custom-control-input ${state.environment === 'remote' ? 'd-flex mr-1' : 'd-flex mr-1 cursor-status'}`} />
-
+
setEnvironment('local')} className={`custom-control-input ${state.environment === 'local' ? '' : `cursor-status`}`} />
+
- Specify the{' '}