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

refactor: change button component

This commit is contained in:
frab1t
2019-05-18 19:27:50 +02:00
parent 66315d2266
commit d6d24bd444
5 changed files with 12 additions and 16 deletions

View File

@ -5,12 +5,12 @@ import {
Form,
FormGroup,
Label,
Input,
Button
Input
} from 'reactstrap';
import Card from '../../components/Card';
import DropDown from '../../components/DropDown';
import Button from '../../components/Button';
class CreateTicket extends Component {
@ -239,7 +239,7 @@ class CreateTicket extends Component {
<Row form>
<Col align="center" md={{ size: 8, offset: 2 }}>
<FormGroup>
<Button type="submit" outline color="primary">Open Ticket</Button>
<Button>Open Ticket</Button>
</FormGroup>
</Col>
</Row>