log in
This commit is contained in:
@@ -17,7 +17,7 @@ type Props = {
|
||||
const Input: FC<Props> = (props: Props) => {
|
||||
|
||||
const inputClass = clx(
|
||||
'w-full h-12 text-black block px-4 text-sm rounded-xl mt-1 border border-border',
|
||||
'w-full h-10 text-black block px-4 text-xs rounded-xl mt-1 border border-border',
|
||||
props.readOnly && 'bg-gray-100',
|
||||
props.className
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user