From 82543886fb0a9819be7d1077d542986d69e72c4b Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 19 Mar 2020 20:57:47 +0800 Subject: [PATCH] UI Tweaks --- explorer/src/components/NetworkModal.tsx | 4 +++- explorer/src/scss/_solana.scss | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/explorer/src/components/NetworkModal.tsx b/explorer/src/components/NetworkModal.tsx index 628361575d..b86df65f07 100644 --- a/explorer/src/components/NetworkModal.tsx +++ b/explorer/src/components/NetworkModal.tsx @@ -63,7 +63,9 @@ function CustomNetworkInput({ activeSuffix, active }: InputProps) { return (
updateNetwork(dispatch, Network.Custom, customUrl)} + onClick={() => + !active && updateNetwork(dispatch, Network.Custom, customUrl) + } >