blurred backdrop for bottom section

This commit is contained in:
SpikeHD
2022-05-14 14:37:11 -07:00
parent f43cc3efc3
commit bab0ad08cb
7 changed files with 28 additions and 14 deletions

View File

@@ -130,7 +130,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
</div>
<div className="ServerConfig">
<TextInput id="ip" key="ip" placeholder={this.state.ipPlaceholder} onChange={this.setIp} />,
<TextInput id="ip" key="ip" placeholder={this.state.ipPlaceholder} onChange={this.setIp} />
<TextInput id="port" key="port" placeholder={this.state.portPlaceholder} onChange={this.setPort}/>
</div>