Skip to content

Commit

Permalink
update default styling for add button
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Feb 15, 2023
1 parent fb5e1cd commit fd520bb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ export const ControlGroup = () => {
{showAddButton && (
<EuiFlexItem grow={false}>
<EuiButtonIcon
size="s"
iconSize="m"
display="base"
iconType={'plusInCircle'}
onClick={() => controlGroup.openAddDataControlFlyout()}
/>
Expand Down

0 comments on commit fd520bb

Please sign in to comment.