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:
@ -34,7 +34,8 @@ class SearchForm extends Component {
|
|||||||
value={this.props.ticketId}
|
value={this.props.ticketId}
|
||||||
/>
|
/>
|
||||||
<InputGroupAddon addonType="append">
|
<InputGroupAddon addonType="append">
|
||||||
<Button type="submit" color="primary">{this.props.buttonName}</Button>
|
<Button type="submit" outline color="primary">
|
||||||
|
{this.props.buttonName}</Button>
|
||||||
</InputGroupAddon>
|
</InputGroupAddon>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
@ -93,7 +93,7 @@ class Login extends Component {
|
|||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<Button type="submit" color="primary">Login</Button>
|
<Button type="submit" outline color="primary">Login</Button>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
</Form>
|
</Form>
|
||||||
</Col>
|
</Col>
|
||||||
|
@ -237,7 +237,7 @@ class CreateTicket extends Component {
|
|||||||
<Row form>
|
<Row form>
|
||||||
<Col align="center" md={{ size: 8, offset: 2 }}>
|
<Col align="center" md={{ size: 8, offset: 2 }}>
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<Button type="submit" color="primary">Open Ticket</Button>
|
<Button type="submit" outline color="primary">Open Ticket</Button>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -36,6 +36,7 @@ class CreateTicketCard extends Component {
|
|||||||
tag={Link}
|
tag={Link}
|
||||||
to="/create"
|
to="/create"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
outline
|
||||||
>
|
>
|
||||||
Create Ticket
|
Create Ticket
|
||||||
</Button>
|
</Button>
|
||||||
|
Reference in New Issue
Block a user