mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
fix: PinInput separator — en dash + translate nudge for visual centering
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -115,8 +115,8 @@ const FakeCaret = ({ size = "md" }: { size?: "sm" | "md" | "lg" }) => {
|
|||||||
|
|
||||||
const Separator = (props: ComponentPropsWithRef<"p">) => {
|
const Separator = (props: ComponentPropsWithRef<"p">) => {
|
||||||
return (
|
return (
|
||||||
<div role="separator" {...props} className={cx("flex items-center justify-center text-display-xl font-medium leading-none text-placeholder_subtle", props.className)}>
|
<div role="separator" {...props} className={cx("flex items-center justify-center text-display-xl font-medium leading-none text-placeholder_subtle -translate-y-0.5", props.className)}>
|
||||||
-
|
–
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user