Skip to content

Commit

Permalink
[Alerting][Connectors] Increase the size of the logos (#72419)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas authored Jul 20, 2020
1 parent a62c62e commit 54c3644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const ActionTypeMenu = ({
<EuiCard
titleSize="xs"
data-test-subj={`${item.actionType.id}-card`}
icon={<EuiIcon size="l" type={item.iconClass} />}
icon={<EuiIcon size="xl" type={item.iconClass} />}
title={item.name}
description={item.selectMessage}
isDisabled={!checkEnabledResult.isEnabled}
Expand Down

0 comments on commit 54c3644

Please sign in to comment.