[Alerting][Connectors] Increase the size of the logos (#72419)

This commit is contained in:
Christos Nasikas 2020-07-20 18:35:42 +03:00 committed by GitHub
parent a62c62e118
commit 54c3644757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}