Added background color to the group list component

This commit was merged in pull request #554.
This commit is contained in:
2024-01-24 20:41:25 +01:00
parent 281c4c7ab7
commit a47e398e87
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export default function JobGroups() {
<Layout>
<div>
<h1 className="mb-5 text-lg lg:text-2xl tracking-wide font-bold text-slate-900 dark:text-slate-100">
Jobs Groups
Job Groups
</h1>
</div>
<div className="p-5 w-full min-h-[400px] flex flex-col lg:flex-row gap-3 lg:gap-6 rounded-lg shadow-md bg-white dark:bg-dark-white">