added error msg box

This commit was merged in pull request #4.
This commit is contained in:
Ebube
2023-04-21 16:58:06 +01:00
parent ae83c7e533
commit 0b619e9de5
3 changed files with 63 additions and 40 deletions
@@ -33,6 +33,7 @@ export default function InputCom({
className="input-field placeholder:text-base text-bese px-6 text-dark-gray dark:text-white w-full h-full bg-[#FAFAFA] dark:bg-[#11131F] focus:ring-0 focus:outline-none"
type={type}
id={name}
required
/>
{iconName && (
<div className="absolute right-6 bottom-[19px] z-10">