mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Make "Yes" button unfilled (#18960)
This changes the button from looking like it has been pre-clicked, which is not the case.
This commit is contained in:
parent
7c784db2f1
commit
da1ed1a105
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ export class OptInBanner extends Component {
|
||||||
<EuiFlexItem grow={false}>
|
<EuiFlexItem grow={false}>
|
||||||
<EuiButton
|
<EuiButton
|
||||||
size="s"
|
size="s"
|
||||||
fill
|
|
||||||
onClick={() => this.props.optInClick(true)}
|
onClick={() => this.props.optInClick(true)}
|
||||||
>
|
>
|
||||||
Yes
|
Yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue