From a47e398e87bf6bea51ce0e776e24b07dcd8bf7d3 Mon Sep 17 00:00:00 2001 From: Ebube Date: Wed, 24 Jan 2024 20:41:25 +0100 Subject: [PATCH] Added background color to the group list component --- src/components/JobGroups/GroupList.jsx | 4 ++-- src/components/JobGroups/JobGroups.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/JobGroups/GroupList.jsx b/src/components/JobGroups/GroupList.jsx index 749ccf8..6ba0d80 100644 --- a/src/components/JobGroups/GroupList.jsx +++ b/src/components/JobGroups/GroupList.jsx @@ -30,7 +30,7 @@ export default function GroupList({ return ( <> -
+
{/*

Jobs Groups

*/}