card editing
This commit is contained in:
@@ -155,7 +155,7 @@ const Login = () => {
|
||||
{step === 'phone' ? (
|
||||
<Phone className="w-10 h-10 text-blue-500" />
|
||||
) : (
|
||||
<Lock className="w-10 h-10" />
|
||||
<Lock className="w-10 h-10 text-blue-500" />
|
||||
)}
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold mb-2">
|
||||
|
||||
Reference in New Issue
Block a user