We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54fc7c commit 5caed9dCopy full SHA for 5caed9d
src/components/input/Input.tsx
@@ -16,7 +16,7 @@ export function inputStyles({ classes, feedback }: InputStylesOptions) {
16
return classnames(
17
'focus-visible-ring ring-inset border rounded w-full p-2',
18
'bg-grey-0 focus:bg-white disabled:bg-grey-1',
19
- 'placeholder:text-color-grey-5 disabled:placeholder:color-grey-6',
+ 'placeholder:text-grey-6 disabled:placeholder:text-grey-7',
20
21
// On iOS, the input font size must be at least 16px to prevent the browser
22
// from zooming into it on touch.
0 commit comments