profile page styling

This commit was merged in pull request #16.
This commit is contained in:
victorAnumudu
2023-04-25 13:24:24 +01:00
parent 2da53ecc2e
commit 9070d99b1d
2 changed files with 78 additions and 125 deletions
@@ -12,7 +12,8 @@ export default function InputCom({
inputHandler,
value,
forgotPassword,
onClick
onClick,
disable
}) {
return (
<div className="input-com">
@@ -37,6 +38,7 @@ export default function InputCom({
id={name}
name={name}
required
readOnly={disable}
/>
{iconName && (
<div className="absolute right-6 bottom-[10px] z-10">