diff --git a/packages/react-file-input/src/style/index.less b/packages/react-file-input/src/style/index.less index f07d62b2bf..7a626f89d2 100644 --- a/packages/react-file-input/src/style/index.less +++ b/packages/react-file-input/src/style/index.less @@ -5,7 +5,7 @@ &::-webkit-file-upload-button { background: transparent; border: 0; - color: red; + color: #0000; position: absolute; left: -300px; }