Skip to content

Commit 9f84354

Browse files
author
Alejandro Celaya
committed
Fix typo in input placeholder color class
1 parent fa1617d commit 9f84354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/input/Input.tsx

Lines changed: 1 addition & 1 deletion
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)