From 9a976a8be5be7c2d67693995b851539f5c13e709 Mon Sep 17 00:00:00 2001 From: counterweight Date: Sat, 24 May 2025 23:09:46 +0200 Subject: [PATCH] improve responsiveness --- src/components/BaseInput.jsx | 15 ++++++++------- src/components/LoanPanel.jsx | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/BaseInput.jsx b/src/components/BaseInput.jsx index 88384f5..e21f0d2 100644 --- a/src/components/BaseInput.jsx +++ b/src/components/BaseInput.jsx @@ -4,23 +4,24 @@ const BaseInput = ({ onChangeCallback, placeholder = "", suffix, - inputMode, inputWidth = "w-[60px]", inputClassName = "", }) => { return ( -
-