dev-jaanvi #1

Open
jaanvi wants to merge 155 commits from dev-jaanvi into main
Showing only changes of commit 300a97a3c8 - Show all commits

View file

@ -251,6 +251,7 @@ export default function Login(props: { disableCustomTheme?: boolean }) {
height: "50px",
fontFamily: "Gilroy, sans-serif", // Apply Gilroy font
},
endAdornment: (
<IconButton
onClick={() => setShowPassword((prev) => !prev)}