💄(react) homogenize form fields colors
Based on the QA feedbacks we figured out that form fields were not all using the exact same greyscale colors.
This commit is contained in:
@@ -90,6 +90,7 @@ export const Input = forwardRef<HTMLInputElement, InputProps>(
|
||||
label={label}
|
||||
htmlFor={idToUse.current}
|
||||
labelAsPlaceholder={labelAsPlaceholder}
|
||||
disabled={props.disabled}
|
||||
>
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user