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} />