master
mahdi andalib 3 years ago
parent 67423e1ad3
commit a4371b784f
  1. 5
      src/components/PopupCard/index.js

@ -79,12 +79,11 @@ const PopupCard = () => {
<div className="flex">
{/* right */}
<textarea
class="resize relative w-1/2 border-2 rounded-md text-sm
class="resize-y relative w-1/2 border-2 rounded-md text-sm border-[#06BACE]
focus:outline-none focus:border-[#22577E] focus:ring-1 focus:ring-[#22577E]"
></textarea>
<span
className={`absolute right-20 -mt-2 bg-white text-xs px-2 font-bold`}
style={{ color: activeInput ? "#22577E" : "#06BACE" }}
className={`absolute right-20 -mt-2 text-[#06BACE] bg-white text-xs px-2 font-bold`}
>
نام کارت
</span>

Loading…
Cancel
Save