input placeholder样式修改
This commit is contained in:
@@ -325,6 +325,7 @@ const Withdrawal: React.FC = () => {
|
||||
<Input
|
||||
type="digit"
|
||||
placeholder="0.00"
|
||||
placeholderStyle="color:rgba(120, 120, 128, 0.12);"
|
||||
cursorColor="#000"
|
||||
value={inputValue}
|
||||
onInput={handleInput}
|
||||
|
||||
Reference in New Issue
Block a user