mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
refactor: edit botton radius
This commit is contained in:
@@ -10,6 +10,12 @@ import {
|
|||||||
Button
|
Button
|
||||||
} from 'reactstrap';
|
} from 'reactstrap';
|
||||||
|
|
||||||
|
//borderBottomRightRadius: 20,
|
||||||
|
// borderTopRightRadius: 20
|
||||||
|
const style = {
|
||||||
|
borderRadius: "0px 20px 20px 0px"
|
||||||
|
}
|
||||||
|
|
||||||
class SearchForm extends Component {
|
class SearchForm extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
@@ -34,7 +40,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">
|
<Button type="submit" outline color="primary" style={style}>
|
||||||
{this.props.buttonName}</Button>
|
{this.props.buttonName}</Button>
|
||||||
</InputGroupAddon>
|
</InputGroupAddon>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
|
Reference in New Issue
Block a user