1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

adapt to new color scheme

This commit is contained in:
irismarie 2021-03-16 16:48:17 +01:00
parent 1f490e34e5
commit ea82a19bab

View file

@ -154,11 +154,13 @@ class EditResultDialog extends React.Component {
<Form.Control.Feedback />
</Col>
<Col xs lg="2">
<span className='solid-button'>
<Button
type="submit"
onClick={() => this.submitDescription()}>
Save
</Button>
</span>
</Col>
</Row>
</Form.Group>
@ -194,11 +196,14 @@ class EditResultDialog extends React.Component {
<Form.Control type='file' onChange={(event) => this.selectUploadFile(event)} />
</Col>
<Col xs lg="2">
<span className='solid-button'>
<Button
variant='secondary'
disabled={this.state.uploadFile === null}
onClick={() => this.startFileUpload()}>
Upload
</Button>
</span>
</Col>
</Row>
</div>