From 8ed83c25a52406cc5c9796bfff992513beedd507 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 22 Dec 2025 16:04:06 +0330 Subject: [PATCH] Car address section font size --- .../order/checkout/[id]/components/CarAddressSection.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/[name]/(Dialogs)/order/checkout/[id]/components/CarAddressSection.tsx b/src/app/[name]/(Dialogs)/order/checkout/[id]/components/CarAddressSection.tsx index dcbf960..7f684ab 100644 --- a/src/app/[name]/(Dialogs)/order/checkout/[id]/components/CarAddressSection.tsx +++ b/src/app/[name]/(Dialogs)/order/checkout/[id]/components/CarAddressSection.tsx @@ -57,6 +57,8 @@ export const CarAddressSection = () => { value={carAddress?.carModel || ''} onChange={handleCarModelChange} className="bg-inherit" + inputClassName="text-xs!" + /> { value={carAddress?.carColor || ''} onChange={handleCarColorChange} className="bg-inherit" + inputClassName="text-xs" + /> { value={carAddress?.plateNumber || ''} onChange={handlePlateNumberChange} className="bg-inherit" + inputClassName="text-xs" />