From 4127021e179934497cb286d0d5b825da532d529f Mon Sep 17 00:00:00 2001 From: mahdi Date: Tue, 3 May 2022 16:13:27 +0430 Subject: [PATCH] update src/components/FormInput/index.js, src/components/ProductSalesAmount/Design1/index.js and src/index.scss --- src/components/FormInput/index.js | 6 +++--- src/index.scss | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/FormInput/index.js b/src/components/FormInput/index.js index 22e747c..8cd00b7 100644 --- a/src/components/FormInput/index.js +++ b/src/components/FormInput/index.js @@ -1,4 +1,6 @@ -import React, { useState } from "react"; +// it has style inside index.scss ---> // Start FormInput Component && end FormInput Component + +import React from "react"; import { useForm } from "react-hook-form"; import DateRangePicker from "../DateRangePicker"; @@ -9,8 +11,6 @@ import CustomSwitch from "../CustomSwitch"; const FormInput = ({ items }) => { const { register, getValues } = useForm(); - const [selectedInput, setSelectedInput] = useState(false); - return (
diff --git a/src/index.scss b/src/index.scss index 130c176..fc33393 100644 --- a/src/index.scss +++ b/src/index.scss @@ -37,6 +37,8 @@ body { border-radius: 50%; } +// TODO Start FormInput Component + .rmdp-container { display: flex !important; flex-direction: column-reverse; @@ -47,6 +49,8 @@ body { transform: none !important; } +// * end FormInput Component + // TODO Start Alert Component // varibale Colors