Skip to content

Commit 95b2b2c

Browse files
committed
Increase the size of the logos in card nodes
1 parent 105e3a6 commit 95b2b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form

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)