Car address section font size

This commit is contained in:
hamid zarghami
2025-12-22 16:04:06 +03:30
parent dabf292d77
commit 8ed83c25a5
@@ -57,6 +57,8 @@ export const CarAddressSection = () => {
value={carAddress?.carModel || ''}
onChange={handleCarModelChange}
className="bg-inherit"
inputClassName="text-xs!"
/>
<InputField
htmlFor="carColor"
@@ -65,6 +67,8 @@ export const CarAddressSection = () => {
value={carAddress?.carColor || ''}
onChange={handleCarColorChange}
className="bg-inherit"
inputClassName="text-xs"
/>
<InputField
htmlFor="plateNumber"
@@ -73,6 +77,7 @@ export const CarAddressSection = () => {
value={carAddress?.plateNumber || ''}
onChange={handlePlateNumberChange}
className="bg-inherit"
inputClassName="text-xs"
/>
</div>
</div>