diff --git a/src/components/PopupCard/index.js b/src/components/PopupCard/index.js index e4152a7..957405f 100644 --- a/src/components/PopupCard/index.js +++ b/src/components/PopupCard/index.js @@ -24,7 +24,7 @@ const PopupCard = () => { 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 */} - + {/* top */} +
+ {/* right */} + setActiveInput(true)} - onBlur={() => setActiveInput(false)} - /> - {/* ${activeInput ? "text-red-500" : "text-yellow-400"} */} - - نام کارت - - {/* left */} - {/*
-
- - + style={{ + color: "#00253A", + borderColor: activeInput ? "#22577E" : "#06BACE", + }} + onFocus={() => setActiveInput(true)} + onBlur={() => setActiveInput(false)} + /> + + نام کارت + + {/* divider */} +
+ {/* left */} +
+
+ + +
-
*/} +
+ {/* divider */} +
+ {/* right */} +
+ +
+