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 editRoleStyle from "./styles.module.css";
|
||||
import TextField from "@/app/components/fields/textfield";
|
||||
|
||||
const page = () => {
|
||||
const sampleData = [
|
||||
@@ -47,13 +48,8 @@ const page = () => {
|
||||
</div>
|
||||
{/* Input field */}
|
||||
<div className={editRoleStyle.inputField}>
|
||||
<input
|
||||
type="text"
|
||||
name=""
|
||||
id=""
|
||||
placeholder="organization-owner" //static
|
||||
className={editRoleStyle.placeholderTxt}
|
||||
/>
|
||||
{/* Static */}
|
||||
<TextField placeHolder="organization-owner" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -66,13 +62,8 @@ const page = () => {
|
||||
</div>
|
||||
{/* Input field */}
|
||||
<div className={editRoleStyle.inputField}>
|
||||
<input
|
||||
type="text"
|
||||
name=""
|
||||
id=""
|
||||
placeholder="67160a5ae69144ff19aafb86" //static
|
||||
className={editRoleStyle.placeholderTxt}
|
||||
/>
|
||||
{/* Static */}
|
||||
<TextField placeHolder="67160a5ae69144ff19aafb86" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user