diff --git a/package.json b/package.json index a82982e..af00fbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agility/plenum-ui", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "main": "dist/index.js", "module": "dist/index.js", diff --git a/stories/molecules/inputs/checkbox/Checkbox.tsx b/stories/molecules/inputs/checkbox/Checkbox.tsx index 10c4ac0..be5a60c 100644 --- a/stories/molecules/inputs/checkbox/Checkbox.tsx +++ b/stories/molecules/inputs/checkbox/Checkbox.tsx @@ -57,7 +57,7 @@ const Checkbox: FC = ({ { "border-red-500 shadow-none": isError } ); const wrapperStyles = cn( - "relative flex items-center min-h-[38px]", + "relative flex items-center min-h-[20px]", { "opacity-50": isDisabled }, { "rounded-sm border border-1 px-3 border-gray-200": hasBorder }, { "py-3": hasBorder && message },