changes in input fields
This commit is contained in:
@@ -2,6 +2,7 @@ import React from "react";
|
||||
import TopHeader from "@/app/components/topHeader/TopHeader";
|
||||
import globalStyle from "../../globalStyle.module.css";
|
||||
import addRoleStyle from "./styles.module.css";
|
||||
import TextField from "@/app/components/fields/textfield";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
@@ -36,13 +37,7 @@ const page = () => {
|
||||
</div>
|
||||
{/* Input field */}
|
||||
<div className={addRoleStyle.inputField}>
|
||||
<input
|
||||
type="text"
|
||||
name=""
|
||||
id=""
|
||||
placeholder="Enter name"
|
||||
className={addRoleStyle.placeholderTxt}
|
||||
/>
|
||||
<TextField placeHolder="Enter name" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -55,13 +50,7 @@ const page = () => {
|
||||
</div>
|
||||
{/* Input field */}
|
||||
<div className={addRoleStyle.inputField}>
|
||||
<input
|
||||
type="text"
|
||||
name=""
|
||||
id=""
|
||||
placeholder="Enter organization ID"
|
||||
className={addRoleStyle.placeholderTxt}
|
||||
/>
|
||||
<TextField placeHolder="Enter organization ID" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user