Lighten placeholder text

This commit is contained in:
James Grugett 2022-07-22 00:49:04 -05:00
parent 245ff2b218
commit e9c2c8005d

View File

@ -32,7 +32,7 @@ export function ProbabilityInput(props: {
<label className="input-group">
<input
className={clsx(
'input input-bordered max-w-[200px] text-lg',
'input input-bordered max-w-[200px] text-lg placeholder:text-gray-400',
inputClassName
)}
type="number"