From a84ca43ce2b1c8d66879658272d248872dcea43e Mon Sep 17 00:00:00 2001 From: Himself65 Date: Wed, 10 May 2023 04:01:29 +0800 Subject: [PATCH] fix(component): input style (#2285) --- packages/component/src/ui/input/input.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/component/src/ui/input/input.tsx b/packages/component/src/ui/input/input.tsx index b97e6a475d..8ad21637a4 100644 --- a/packages/component/src/ui/input/input.tsx +++ b/packages/component/src/ui/input/input.tsx @@ -37,6 +37,7 @@ export const Input = forwardRef(function Input( width, onChange, noBorder = false, + className, ...otherProps }: inputProps, ref: ForwardedRef @@ -51,7 +52,7 @@ export const Input = forwardRef(function Input( return (