diff --git a/apps/edr-freight-web/portal/src/pages/bookings/new-booking-form/shared.tsx b/apps/edr-freight-web/portal/src/pages/bookings/new-booking-form/shared.tsx index 4d5f8e33a..e4b53cfd1 100644 --- a/apps/edr-freight-web/portal/src/pages/bookings/new-booking-form/shared.tsx +++ b/apps/edr-freight-web/portal/src/pages/bookings/new-booking-form/shared.tsx @@ -70,7 +70,7 @@ export function AlertBox({ export function StepLabel({ children }: { children: ReactNode }) { return ( - + {children} ); @@ -120,7 +120,6 @@ export function SelectField({ onChange={(v) => field.onChange(v ?? "")} onBlur={field.onBlur} error={error?.message} - radius="md" allowDeselect={false} /> ); diff --git a/apps/edr-freight-web/portal/src/theme/mantine.ts b/apps/edr-freight-web/portal/src/theme/mantine.ts index 865f6e29f..65a751db8 100644 --- a/apps/edr-freight-web/portal/src/theme/mantine.ts +++ b/apps/edr-freight-web/portal/src/theme/mantine.ts @@ -91,10 +91,10 @@ export const mantineTheme = createTheme({ fontSizes: { xs: "12px", - sm: "13px", - md: "14px", - lg: "16px", - xl: "18px", + sm: "14px", + md: "16px", + lg: "20px", + xl: "24px", }, lineHeights: {