Skip to content

Commit 50ebe80

Browse files
committed
[Alerting][Connectors] Increase the size of the logos (#72419)
1 parent 40da9e6 commit 50ebe80

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form

1 file changed

+1
-1
lines changed

x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const ActionTypeMenu = ({
8181
<EuiCard
8282
titleSize="xs"
8383
data-test-subj={`${item.actionType.id}-card`}
84-
icon={<EuiIcon size="l" type={item.iconClass} />}
84+
icon={<EuiIcon size="xl" type={item.iconClass} />}
8585
title={item.name}
8686
description={item.selectMessage}
8787
isDisabled={!checkEnabledResult.isEnabled}

0 commit comments

Comments
 (0)