diff --git a/anwendung/src/Tests/login.jsx b/anwendung/src/Tests/Login.jsx similarity index 100% rename from anwendung/src/Tests/login.jsx rename to anwendung/src/Tests/Login.jsx diff --git a/anwendung/src/pages/index.js b/anwendung/src/pages/index.js index fc797ae..a0c0d6d 100644 --- a/anwendung/src/pages/index.js +++ b/anwendung/src/pages/index.js @@ -8,7 +8,7 @@ import PopUp from "@/components/PopUp"; import CalenderView from "@/components/CalenderView"; import DateElement from "@/components/DateElement"; import InputForm from "@/components/InputForm"; -import Login from "@/Tests/login"; +import Login from "@/Tests/Login"; diff --git a/anwendung/src/styles/globals.css b/anwendung/src/styles/globals.css index a017194..98541ea 100644 --- a/anwendung/src/styles/globals.css +++ b/anwendung/src/styles/globals.css @@ -393,7 +393,7 @@ Login .input { padding: 5px; - background-color: #f7f7f7; + background-color: #e9e9e9; border-radius: 5px; font-family: Arial, serif; font-size: 16px; @@ -403,7 +403,7 @@ Login .border{ width: 375px; height: 350px; - background-color: #f9ccd1; + background-color: #ffffff; border-radius: 5px; border-width: 2px; border-color: #1e2428;