Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EuiControlBar doesn't display correct colors in filled button #2768

Closed
mbondyra opened this issue Jan 16, 2020 · 0 comments · Fixed by #2781
Closed

EuiControlBar doesn't display correct colors in filled button #2768

mbondyra opened this issue Jan 16, 2020 · 0 comments · Fixed by #2781
Assignees
Labels

Comments

@mbondyra
Copy link
Contributor

mbondyra commented Jan 16, 2020

Steps to reproduce:

  1. Create EuiControlBar that has button as one of the controls:
const controls = [{
	controlType: 'button',
    id: 'button',
	fill: true,
	color: 'primary',
    onClick: ()=>{},
}]
<EuiControlBar controls={controls}>

The button looks like in the picture below:
image

  1. Expected:
    image

Bug can be reproduced for all colors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants