From 2286ec07a0463115fc23b73fa3a5e77a4ac8d9e4 Mon Sep 17 00:00:00 2001 From: saridsa2 Date: Tue, 31 Mar 2026 14:53:49 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20PinInput=20separator=20=E2=80=94=20simpl?= =?UTF-8?q?e=20text-lg=20with=20flex=20center,=20no=20display-xl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/base/pin-input/pin-input.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/base/pin-input/pin-input.tsx b/src/components/base/pin-input/pin-input.tsx index 56338b7..f15109d 100644 --- a/src/components/base/pin-input/pin-input.tsx +++ b/src/components/base/pin-input/pin-input.tsx @@ -115,8 +115,8 @@ const FakeCaret = ({ size = "md" }: { size?: "sm" | "md" | "lg" }) => { const Separator = (props: ComponentPropsWithRef<"p">) => { return ( -
- – +
+ –
); };