Faction donation text-input style now matches the rest of the game.

This commit is contained in:
Olivier Gagnon 2021-03-07 13:09:32 -05:00
parent bbe4f9c286
commit a8bb345c88

@ -88,7 +88,7 @@ export class DonateOption extends React.Component<IProps, IState> {
return (
<div className={"faction-work-div"}>
<div className={"faction-work-div-wrapper"}>
<input onChange={this.handleChange} placeholder={"Donation amount"} style={inputStyleMarkup} />
<input className='text-input' onChange={this.handleChange} placeholder={"Donation amount"} style={inputStyleMarkup} />
<StdButton
onClick={this.donate}
text={"Donate Money"}