mirror of
https://github.com/franjsco/tick3t
synced 2025-01-29 09:49:47 +01:00
improvement: style
This commit is contained in:
parent
f8c10d7ee5
commit
74e0bc2d53
@ -10,8 +10,6 @@ import {
|
|||||||
Button
|
Button
|
||||||
} from 'reactstrap';
|
} from 'reactstrap';
|
||||||
|
|
||||||
//borderBottomRightRadius: 20,
|
|
||||||
// borderTopRightRadius: 20
|
|
||||||
const style = {
|
const style = {
|
||||||
borderRadius: "0px 20px 20px 0px"
|
borderRadius: "0px 20px 20px 0px"
|
||||||
}
|
}
|
||||||
@ -40,7 +38,7 @@ class SearchForm extends Component {
|
|||||||
value={this.props.ticketId}
|
value={this.props.ticketId}
|
||||||
/>
|
/>
|
||||||
<InputGroupAddon addonType="append">
|
<InputGroupAddon addonType="append">
|
||||||
<Button type="submit" outline color="primary" style={style}>
|
<Button type="submit" color="primary" style={style}>
|
||||||
{this.props.buttonName}</Button>
|
{this.props.buttonName}</Button>
|
||||||
</InputGroupAddon>
|
</InputGroupAddon>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user