feat: improve TeamPanel input placement

This commit is contained in:
2025-03-24 11:57:51 +01:00
parent 691b99daa8
commit c04a1e03f2
4 changed files with 146 additions and 56 deletions

View File

@@ -114,7 +114,7 @@ export const Login = ({ onLogin }: LoginProps) => {
{visible ? <Eye /> : <EyeSlash />}
</div>
</div>
<div>{error && <span style={{ color: "red" }}>{error}</span>}</div>
{error && <span style={{ color: "red" }}>{error}</span>}
<button type="submit" value="login" style={{ fontSize: "small" }}>
login
</button>