Car address section font size
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user