minor fixes

This commit is contained in:
harsh gogia 2025-03-07 13:13:01 +05:30
parent 93c538fb2e
commit 300a97a3c8

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)}