diff --git a/components/Forms/BookingWidget/FormContent/formContent.module.css b/components/Forms/BookingWidget/FormContent/formContent.module.css index 767fd6797..59d478236 100644 --- a/components/Forms/BookingWidget/FormContent/formContent.module.css +++ b/components/Forms/BookingWidget/FormContent/formContent.module.css @@ -3,6 +3,11 @@ gap: var(--Spacing-x2); } +.input input[type="text"] { + border: none; + padding: var(--Spacing-x1) var(--Spacing-x0); +} + .bodyFontSize { font-size: var(--typography-Caption-Bold-Desktop-fontSize); } diff --git a/components/Forms/BookingWidget/FormContent/index.tsx b/components/Forms/BookingWidget/FormContent/index.tsx index 74d8fc4ba..21120b34a 100644 --- a/components/Forms/BookingWidget/FormContent/index.tsx +++ b/components/Forms/BookingWidget/FormContent/index.tsx @@ -22,19 +22,19 @@ export default function FormContent() { {where} - +
{when} - +
{rooms} - +
{vouchers} - +