1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00

refactor: edit button (outline style)

This commit is contained in:
frab1t
2019-05-18 15:12:36 +02:00
parent bfe7617350
commit fca0be999c
4 changed files with 5 additions and 3 deletions

View File

@ -237,7 +237,7 @@ class CreateTicket extends Component {
<Row form>
<Col align="center" md={{ size: 8, offset: 2 }}>
<FormGroup>
<Button type="submit" color="primary">Open Ticket</Button>
<Button type="submit" outline color="primary">Open Ticket</Button>
</FormGroup>
</Col>
</Row>