feat(SW-350): update classes for booking widget input

This commit is contained in:
Pontus Dreij
2024-10-08 10:49:26 +02:00
parent 3160174701
commit 2b20172b73
3 changed files with 8 additions and 13 deletions

View File

@@ -145,7 +145,6 @@ export default function Search({ locations }: SearchProps) {
<div {...getRootProps({}, { suppressRefError: true })}>
<Input
{...getInputProps({
className: styles.input,
id: name,
onFocus(evt) {
handleOnFocus(evt)