From fe067ae0da24aa6821564c0f56a305bd5fafbcb2 Mon Sep 17 00:00:00 2001 From: sk337 Date: Mon, 22 Jan 2024 19:03:28 -0800 Subject: [PATCH] Update login button sizing and add form spacing --- src/App.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index ceb3f38..29a3317 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -83,7 +83,7 @@ export default function App() { if (isLogin == false) { return (
-
+
Error
@@ -101,9 +101,10 @@ export default function App() { id="password" placeholder="Password" type="password" + className="mt-3" >