feat: add bank logo on modal

This commit is contained in:
2025-09-02 16:16:49 +05:30
parent 26efdb82f2
commit d962b674d4
5 changed files with 139 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export default function ChangePassword() {
const [otp, setOtp] = useState("");
const [otpValidated, setOtpValidated] = useState(false);
const [step, setStep] = useState<"form" | "otp" | "final">("form"); // ✅ steps control
const [step, setStep] = useState<"form" | "otp" | "final">("form"); //
const [passwordHistory] = useState(["Pass@1234", "OldPass@123", "MyPass#2023"]);
const icon = <IconLock size={18} stroke={1.5} />;
@@ -148,7 +148,7 @@ export default function ChangePassword() {
return (
<Paper shadow="sm" radius="md" p="md" withBorder h={400}>
<Title order={3} style={{color:"red"}}>More Updates comming soon .....</Title>
<Title order={3} style={{ color: "red" }}>More Updates comming soon .....</Title>
<Title order={3} mb="sm">
Change Login Password
</Title>