Steps to reproduce:
- 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:

- Expected:

Bug can be reproduced for all colors.
Steps to reproduce:
The button looks like in the picture below:

Bug can be reproduced for all colors.