diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index d01792c..0c31abf 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -142,30 +142,101 @@ const Home: React.FC = () => { }} > {/* Authentication Form */} - -
- - setUsername(e.target.value)} - required - sx={{ flex: 1 }} - /> - setToken(e.target.value)} - type="password" - required - sx={{ flex: 1 }} - /> - - +
+ +

+ GitHub Login +

+ setUsername(e.target.value)} + required + style={{ + padding: "0.85rem 1rem", + borderRadius: "10px", + border: "none", + background: "rgba(255,255,255,0.35)", + fontSize: "1rem", + outline: "none", + boxShadow: "0 2px 8px rgba(31,38,135,0.07)", + color: "#232946", + }} + /> + setToken(e.target.value)} + required + style={{ + padding: "0.85rem 1rem", + borderRadius: "10px", + border: "none", + background: "rgba(255,255,255,0.35)", + fontSize: "1rem", + outline: "none", + boxShadow: "0 2px 8px rgba(31,38,135,0.07)", + color: "#232946", + }} + /> + - +
{/* Filters Section */}