Skip to content

Commit

Permalink
Merge pull request #393 from AkshitGarg24/input-box-bg-color-register
Browse files Browse the repository at this point in the history
Changed text color of select box in dark mode
  • Loading branch information
MastanSayyad committed Sep 13, 2024
2 parents 86a96a4 + 21b4d68 commit 0fbb5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ const Registration = () => {
<span className="text-xs text-red-500">(required)</span>
</label>
<select
className="block w-full p-3 border border-gray-300 rounded-md shadow-sm focus:ring-[#f57d33] focus:border-[#f57d33]"
className="block w-full p-3 border border-gray-300 rounded-md shadow-sm focus:ring-[#f57d33] focus:border-[#f57d33] dark:text-white"
onChange={handleRoleChange}
value={role}
>
Expand Down

0 comments on commit 0fbb5ed

Please sign in to comment.