minor fixes
This commit is contained in:
parent
93c538fb2e
commit
300a97a3c8
|
@ -251,6 +251,7 @@ export default function Login(props: { disableCustomTheme?: boolean }) {
|
||||||
height: "50px",
|
height: "50px",
|
||||||
fontFamily: "Gilroy, sans-serif", // Apply Gilroy font
|
fontFamily: "Gilroy, sans-serif", // Apply Gilroy font
|
||||||
},
|
},
|
||||||
|
|
||||||
endAdornment: (
|
endAdornment: (
|
||||||
<IconButton
|
<IconButton
|
||||||
onClick={() => setShowPassword((prev) => !prev)}
|
onClick={() => setShowPassword((prev) => !prev)}
|
||||||
|
|
Loading…
Reference in a new issue