mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -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
0e28124a54
commit
958f959eb3
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ export class OptInBanner extends Component {
|
|||
<EuiFlexItem grow={false}>
|
||||
<EuiButton
|
||||
size="s"
|
||||
fill
|
||||
onClick={() => this.props.optInClick(true)}
|
||||
>
|
||||
Yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue