diff --git a/src/common/components/mock-components/front-components/timepickerinput/timepickerinput-shape.tsx b/src/common/components/mock-components/front-components/timepickerinput/timepickerinput-shape.tsx index b8b9a6fd..9d95848b 100644 --- a/src/common/components/mock-components/front-components/timepickerinput/timepickerinput-shape.tsx +++ b/src/common/components/mock-components/front-components/timepickerinput/timepickerinput-shape.tsx @@ -13,11 +13,11 @@ import disabledClockIconSrc from '/icons/clock-disabled.svg'; const timepickerInputShapeRestrictions: ShapeSizeRestrictions = { minWidth: 100, - minHeight: 50, + minHeight: 38, maxWidth: -1, - maxHeight: 50, + maxHeight: 38, defaultWidth: 220, - defaultHeight: 50, + defaultHeight: 38, }; const shapeType: ShapeType = 'timepickerinput'; @@ -114,7 +114,7 @@ export const TimepickerInputShape = forwardRef(