feat(SW-350): split input styles in booking widget
This commit is contained in:
@@ -16,6 +16,7 @@ import Caption from "@/components/TempDesignSystem/Text/Caption"
|
||||
import { init, localStorageKey, reducer, sessionStorageKey } from "./reducer"
|
||||
import SearchList from "./SearchList"
|
||||
|
||||
import inputStyles from "../Input/input.module.css"
|
||||
import styles from "./search.module.css"
|
||||
|
||||
import type { BookingWidgetSchema } from "@/types/components/bookingWidget"
|
||||
@@ -145,7 +146,7 @@ export default function Search({ locations }: SearchProps) {
|
||||
<Body asChild>
|
||||
<input
|
||||
{...getInputProps({
|
||||
className: styles.input,
|
||||
className: `${styles.searchInput} ${inputStyles.input}`,
|
||||
id: name,
|
||||
onFocus(evt) {
|
||||
handleOnFocus(evt)
|
||||
|
||||
Reference in New Issue
Block a user