diff --git a/src/Components/DashboardPage/Student/StudentDashboard.tsx b/src/Components/DashboardPage/Student/StudentDashboard.tsx index 702e93f..24fbc03 100644 --- a/src/Components/DashboardPage/Student/StudentDashboard.tsx +++ b/src/Components/DashboardPage/Student/StudentDashboard.tsx @@ -7,21 +7,19 @@ export default function StudentDashboard() { const navigate = useNavigate(); return (
-

- Student Actions -

+
@@ -32,28 +30,25 @@ export default function StudentDashboard() { alignSelf: "center", justifyContent: "center", flexWrap: "wrap", + backgroundColor: "#CCDDFF", + paddingInline: "90px", + borderRadius: "20px" }, }} onClick={() => { navigate("/new/transaction"); }} > - +

- New Transaction + CLICK TO REQUEST BORROW ITEMS

diff --git a/src/Components/DashboardPage/Student/StudentTransactionListView.tsx b/src/Components/DashboardPage/Student/StudentTransactionListView.tsx index 7917ec8..ef08e2c 100644 --- a/src/Components/DashboardPage/Student/StudentTransactionListView.tsx +++ b/src/Components/DashboardPage/Student/StudentTransactionListView.tsx @@ -39,14 +39,18 @@ export default function StudentTransactionListView() { ); } return ( -
-
+
+
{transactions.data ? ( diff --git a/src/Pages/DashboardPage/DashboardPage.tsx b/src/Pages/DashboardPage/DashboardPage.tsx index 11f01e2..4f493d9 100644 --- a/src/Pages/DashboardPage/DashboardPage.tsx +++ b/src/Pages/DashboardPage/DashboardPage.tsx @@ -28,8 +28,9 @@ export default function Dashboard() { }, }} > - + +