diff --git a/src/App.js b/src/App.js
index 3d582d9..575006d 100644
--- a/src/App.js
+++ b/src/App.js
@@ -207,7 +207,7 @@ function App() {
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
+ {/* */}
{/* */}
diff --git a/src/components/AnimatedInput/Input.js b/src/components/AnimatedInput/Input.js
index bb41d4b..e96ee3b 100644
--- a/src/components/AnimatedInput/Input.js
+++ b/src/components/AnimatedInput/Input.js
@@ -4,7 +4,7 @@ import { useState } from "react";
import fixNumbers from "./fixNumbers";
-const FormFields = ({
+const Input = ({
defaultValue,
set,
label,
@@ -23,7 +23,7 @@ const FormFields = ({
{
- const [activeInput, setActiveInput] = useState(false);
+ // const [activeInput, setActiveInput] = useState(false);
+
const [checklist, setChecklist] = useState(0);
return (
@@ -35,17 +37,18 @@ const PopupCard = ({ selectedChecklist }) => {
className="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-50 w-full md:inset-0 h-modal md:h-full justify-center items-center"
>
-
+
{/* cancle icon */}
{/* modalBody */}
-
+
{/* top */}
-
+
{/* right */}
-
+ {/*
{
outlineTitleClr={activeInput ? "#22577E" : "#06BACE"}
onFocus={() => setActiveInput(true)}
onBlur={() => setActiveInput(false)}
- />
+ /> */}
{/* divider */}
{/* left */}
-
-
-
-
-
-
+
{/* divider */}
diff --git a/src/components/UploadFile/index.js b/src/components/UploadFile/index.js
index 4918e32..0b8802f 100644
--- a/src/components/UploadFile/index.js
+++ b/src/components/UploadFile/index.js
@@ -48,7 +48,7 @@ export default class UploadFile extends Component {
{/* ? upload input File */}