diff --git a/frontend/src/app/organization/add/styles.module.css b/frontend/src/app/organization/add/styles.module.css
index 7824d5a..aacd6c8 100644
--- a/frontend/src/app/organization/add/styles.module.css
+++ b/frontend/src/app/organization/add/styles.module.css
@@ -154,42 +154,7 @@
gap: 8px;
align-self: stretch;
}
-.inputField > input {
- display: flex;
- padding: 12px;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- gap: 10px;
- align-self: stretch;
- border-radius: 6px;
- border: 1px solid #616583;
- background-color: transparent;
- color: white;
- font-family: Inter;
- font-size: 16px;
- outline: none;
- font-style: normal;
- font-weight: 400;
- line-height: normal;
- caret-color: #575bc7;
-}
-.inputField > input:focus {
- border-radius: 6px;
- border: 1px solid #a8aac1;
- background: rgba(75, 79, 109, 0.25);
-}
-.inputField > input:hover {
- background: rgba(75, 79, 109, 0.25);
-}
-.inputField > input::placeholder {
- color: #85869b;
- font-family: Inter;
- font-size: 16px;
- font-style: normal;
- font-weight: 400;
- line-height: normal;
-}
+
.prompts {
display: flex;
align-items: center;
diff --git a/frontend/src/app/projects/add/page.jsx b/frontend/src/app/projects/add/page.jsx
index 0d3e2e8..ecd45fa 100644
--- a/frontend/src/app/projects/add/page.jsx
+++ b/frontend/src/app/projects/add/page.jsx
@@ -6,6 +6,7 @@ import TopToolTip from "@/app/components/topToolTip/TopToolTip";
import TextField from "@/app/components/fields/textfield";
import SelectField from "@/app/components/select/SelectField";
import WarningIcon from "@/app/components/icons/warning";
+import Prompts from "@/app/components/prompts/Prompts";
const AddProject = () => {
return (
@@ -20,7 +21,7 @@ const AddProject = () => {
/>
-
@@ -79,7 +77,7 @@ const AddProject = () => {
/>
-
+