feat(SW-350): update classes for booking widget input
This commit is contained in:
@@ -10,11 +10,7 @@ const Input = forwardRef<
|
||||
>(function InputComponent(props, ref) {
|
||||
return (
|
||||
<Body asChild>
|
||||
<input
|
||||
{...props}
|
||||
ref={ref}
|
||||
className={`${styles.input} ${props.className}`}
|
||||
/>
|
||||
<input {...props} ref={ref} className={styles.input} />
|
||||
</Body>
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user