Skip to content

Commit 5caed9d

Browse files
committed
Fix typo in input placeholder color class
1 parent a54fc7c commit 5caed9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/Input.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function inputStyles({ classes, feedback }: InputStylesOptions) {
1616
return classnames(
1717
'focus-visible-ring ring-inset border rounded w-full p-2',
1818
'bg-grey-0 focus:bg-white disabled:bg-grey-1',
19-
'placeholder:text-color-grey-5 disabled:placeholder:color-grey-6',
19+
'placeholder:text-grey-6 disabled:placeholder:text-grey-7',
2020

2121
// On iOS, the input font size must be at least 16px to prevent the browser
2222
// from zooming into it on touch.

0 commit comments

Comments
 (0)