edit job categpry text color for dark mode added

This commit was merged in pull request #530.
This commit is contained in:
victorAnumudu
2023-12-12 06:03:03 +01:00
parent 99eb1591a2
commit 5f81c0b847
+1 -1
View File
@@ -371,7 +371,7 @@ const EditJobPopOut = ({
Object.entries(categories)?.map(([key, value]) => (
<label
key={key}
className="flex gap-1 w-full items-center"
className="flex gap-1 w-full items-center dark:text-white"
>
<Field
type="checkbox"