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

[Event annotations] Lens design improvements #159057

Merged
Prev Previous commit
Next Next commit
fix icon size
  • Loading branch information
drewdaemon committed Jun 5, 2023
commit 8d251cd8b7d4dad93c7cd63684dbe4d31d32e592
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const LayerActions = (props: LayerActionsProps) => {
<EuiFlexItem grow={false}>
<EuiToolTip content={outsideListAction.displayName}>
<EuiButtonIcon
size="xs"
size="s"
iconType={outsideListAction.icon}
color={outsideListAction.color ?? 'text'}
data-test-subj={outsideListAction['data-test-subj']}
Expand Down