From 750cb8f0835848b9f6c949397229a69d79d7637e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 8 Nov 2025 16:18:26 +0900 Subject: refactor(frontend): Use Tailwind class instead of inlined style --- frontend/src/components/ProtectedRoute.tsx | 9 +--- frontend/src/pages/Login.tsx | 74 +++++------------------------- 2 files changed, 12 insertions(+), 71 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/components/ProtectedRoute.tsx b/frontend/src/components/ProtectedRoute.tsx index 206e5c5..e03a4f0 100644 --- a/frontend/src/components/ProtectedRoute.tsx +++ b/frontend/src/components/ProtectedRoute.tsx @@ -11,14 +11,7 @@ export function ProtectedRoute({ children }: Props) { if (isLoading) { return ( -
+
Loading...
); diff --git a/frontend/src/pages/Login.tsx b/frontend/src/pages/Login.tsx index 277488e..4d81234 100644 --- a/frontend/src/pages/Login.tsx +++ b/frontend/src/pages/Login.tsx @@ -25,34 +25,12 @@ export function Login() { }; return ( -
-
-

- Feedaka Login -

+
+
+

Feedaka Login

-
-