diff --git a/src/components/common/InputBox.tsx b/src/components/common/InputBox.tsx index b97dd03..f9d5e0a 100644 --- a/src/components/common/InputBox.tsx +++ b/src/components/common/InputBox.tsx @@ -72,7 +72,7 @@ const InputBox = React.memo( ? "register-input body3-bold margintop-8" : isClose === null ? "register-input-success body3-bold margintop-8" - : "" + : "" } // style={{ background: nickNameChk ? "" : "red" }} onChange={inputChange}