diff --git a/src/components/AddItem.jsx b/src/components/AddItem.jsx index b8d130e..f53c307 100644 --- a/src/components/AddItem.jsx +++ b/src/components/AddItem.jsx @@ -68,49 +68,61 @@ export function AddItem({ data, listPath }) { }; return ( - <> -
+
+ {/* Item Name Section */}
- - + + + +
{/* Urgency Section */}
- - + + + +
- +

{messageItem}

- +
); } diff --git a/src/components/AddList.jsx b/src/components/AddList.jsx index a3045d9..9002093 100644 --- a/src/components/AddList.jsx +++ b/src/components/AddList.jsx @@ -25,9 +25,12 @@ export function AddList({ setListPath, userId, userEmail }) { return ( <> -
- + + -
diff --git a/src/components/ListItem.jsx b/src/components/ListItem.jsx index 2d0b543..8581c8f 100644 --- a/src/components/ListItem.jsx +++ b/src/components/ListItem.jsx @@ -1,7 +1,6 @@ import { useState, useEffect } from 'react'; import './ListItem.css'; -import { FaTrashCan } from 'react-icons/fa6'; -import { FaCartShopping } from 'react-icons/fa6'; +import { FaTrashCan, FaCartShopping } from 'react-icons/fa6'; export function ListItem({ name, @@ -43,7 +42,7 @@ export function ListItem({ }; return ( -
+