Skip to content

Commit

Permalink
Problem solved
Browse files Browse the repository at this point in the history
  • Loading branch information
AtharvGaur05 committed Oct 15, 2024
1 parent 131a5fa commit b034a33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion client/src/component/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Eye, EyeOff, Lock, Mail, User } from "lucide-react";
import PropTypes from "prop-types";
import { useState } from "react";
import { Link, useNavigate } from "react-router-dom";
import { Input } from "antd";
import "./css/Login.css";
import { registerValidation } from "../validations/validation";

Expand Down Expand Up @@ -263,7 +264,7 @@ const Signup = (props) => {
<h1 className="title">Sign Up</h1>
<span className="title-line"></span>
<div className="inp">
<input
<Input
type="text"
className="input"
placeholder="Name"
Expand Down
1 change: 1 addition & 0 deletions client/src/component/css/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ body{
padding-right: 10px;
font-size: 17px;
}

.submit{
border: none;
outline: none;
Expand Down

0 comments on commit b034a33

Please sign in to comment.