Lighten placeholder text
This commit is contained in:
parent
245ff2b218
commit
e9c2c8005d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user