edit job category text color for dark mode added #530
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user