diff --git a/packages/ui/src/input/index.tsx b/packages/ui/src/input/index.tsx index 37769df..489efc6 100755 --- a/packages/ui/src/input/index.tsx +++ b/packages/ui/src/input/index.tsx @@ -39,7 +39,7 @@ export const Input = forwardRef((props, ref) => { aria-disabled={formControl.isDisabled} aria-describedby={ariaDescribedby} textStyle="body.small" - style={{ '-webkit-appearance': 'none', ...style }} + style={{ WebkitAppearance: 'none', ...style }} {...(inputStyleProps as any)} {...rest} />