changed login ui

This commit is contained in:
2025-10-23 17:56:31 +02:00
parent f5aa376e31
commit b60e5ccdd2
6 changed files with 1454 additions and 112 deletions

View File

@@ -87,7 +87,7 @@ const Login: React.FC = () => {
onChange={(e) => setEmail(e.target.value)}
required
style={{
width: '100%',
width: '94.5%',
padding: '10px',
border: '1px solid #ddd',
borderRadius: '4px',
@@ -107,7 +107,7 @@ const Login: React.FC = () => {
onChange={(e) => setPassword(e.target.value)}
required
style={{
width: '100%',
width: '94.5%',
padding: '10px',
border: '1px solid #ddd',
borderRadius: '4px',
@@ -123,7 +123,7 @@ const Login: React.FC = () => {
style={{
width: '100%',
padding: '12px',
backgroundColor: loading ? '#ccc' : '#007bff',
backgroundColor: loading ? '#ccc' : '#51258f',
color: 'white',
border: 'none',
borderRadius: '4px',