Skip to content

Commit

Permalink
fix lab text light theme color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
muriukialex committed Feb 16, 2024
1 parent 9d2b378 commit 8ea8d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UI/Lab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Lab = ({ email, lab, data, mutate }: LabProps) => {
</span>
</label>
<label
className="mt-px cursor-pointer select-none font-light text-gray-200"
className="mt-px cursor-pointer select-none font-light text-black dark:text-gray-200"
htmlFor={lab.name}
>
{lab.name}
Expand Down

0 comments on commit 8ea8d98

Please sign in to comment.