@agility/plenum-ui 2.2.5 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/tailwind.css
CHANGED
package/package.json
CHANGED
|
@@ -57,7 +57,7 @@ const Checkbox: FC<ICheckboxProps> = ({
|
|
|
57
57
|
{ "border-red-500 shadow-none": isError }
|
|
58
58
|
);
|
|
59
59
|
const wrapperStyles = cn(
|
|
60
|
-
"relative flex items-center min-h-[
|
|
60
|
+
"relative flex items-center min-h-[20px]",
|
|
61
61
|
{ "opacity-50": isDisabled },
|
|
62
62
|
{ "rounded-sm border border-1 px-3 border-gray-200": hasBorder },
|
|
63
63
|
{ "py-3": hasBorder && message },
|