select option tag font changed

This commit was merged in pull request #723.
This commit is contained in:
victorAnumudu
2024-05-20 20:59:32 +01:00
parent 1a86361fbb
commit dddf6af401
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -560,7 +560,7 @@ const JobFieldInput = ({
<Field
component="select"
name={inputName}
className={`input-field placeholder:text-base text-dark-gray w-full h-full bg-white outline-none px-2`}
className={`options-default`}
value={value}
>
{/* <option value="">{optionText}</option> */}