mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 10:23:27 +00:00
fix: PinInput separator not vertically centered — add items-center to Group container
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -65,7 +65,7 @@ const Group = ({ inputClassName, containerClassName, width, maxLength = 4, ...pr
|
||||
aria-label="Enter your pin"
|
||||
aria-labelledby={"pin-input-label-" + id}
|
||||
aria-describedby={"pin-input-description-" + id}
|
||||
containerClassName={cx("flex flex-row gap-3", size === "sm" && "gap-2", heights[size], containerClassName)}
|
||||
containerClassName={cx("flex flex-row items-center gap-3", size === "sm" && "gap-2", heights[size], containerClassName)}
|
||||
className={cx("w-full! disabled:cursor-not-allowed", inputClassName)}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user