From e60228dc32ab02347f3f8b807ffa5f8124af7aa4 Mon Sep 17 00:00:00 2001 From: Guste Gaubaite <219.guste@gmail.com> Date: Tue, 19 Aug 2025 11:22:41 +0200 Subject: [PATCH] fix: make time picker input height match input component --- .../timepickerinput/timepickerinput-shape.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(