mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
fix: PinInput separator — add leading-none to override display-xl line-height
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -115,7 +115,7 @@ 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 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", props.className)}>
|
||||||
-
|
-
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user