From a8865ea0a39a7f5618e8669794ce800c27c7fb11 Mon Sep 17 00:00:00 2001 From: Sandra G Date: Tue, 16 Jul 2024 15:45:09 -0400 Subject: [PATCH] fix gemini connector card in icon style (#188469) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gemini connector logo is missing some classes to give it the necessary styles and so it is misaligned: (notice text is too high due to missing top margin in the icon) Screenshot 2024-07-16 at 1 41 02 PM This PR will give the logo the top margin: Screenshot 2024-07-16 at 1 40 34 PM --- .../public/connector_types/gemini/logo.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/stack_connectors/public/connector_types/gemini/logo.tsx b/x-pack/plugins/stack_connectors/public/connector_types/gemini/logo.tsx index 17da9f085e974..2a0b141155f01 100644 --- a/x-pack/plugins/stack_connectors/public/connector_types/gemini/logo.tsx +++ b/x-pack/plugins/stack_connectors/public/connector_types/gemini/logo.tsx @@ -9,7 +9,14 @@ import React from 'react'; import { LogoProps } from '../types'; const Logo = (props: LogoProps) => ( - +