input placeholder样式修改

This commit is contained in:
2026-02-27 15:35:03 +08:00
parent abc2dfeecf
commit 1973ec3faa
3 changed files with 12 additions and 11 deletions

View File

@@ -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}