From 28990bb9d6a621e73a508d44e119995362ede5a4 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Fri, 11 Oct 2024 17:36:22 +0530 Subject: [PATCH] =?UTF-8?q?risky=20commit=20=E2=9A=A0=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Components/CurrencyInput.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/CurrencyInput.jsx b/src/Components/CurrencyInput.jsx index 573c341..c961c18 100644 --- a/src/Components/CurrencyInput.jsx +++ b/src/Components/CurrencyInput.jsx @@ -34,6 +34,7 @@ const CurrencyInput = forwardRef(({ value, onChange, ...props }, ref) => { {...props} ref={ref} // Forward ref here type="text" + focusBorderColor="forestGreen.300" value={formatCurrency(value)} onChange={handleChange} />