@@ -173,7 +173,7 @@ const ModalHandler: React.FC<{
<Modal
onRequestClose={() => setCurrentModal(null, null)}
width="760px"
- height="440px"
+ height="480px"
title="Account Settings"
>
<AccountSettingsModal />
@@ -88,7 +88,7 @@ const EnvGroupArray = ({
return (
<InputWrapper key={i}>
<Input
- placeholder="ex: key"
+ placeholder="ex: koy"
width="270px"
value={entry.key}
onChange={(e: any) => {