From 9bb20df22122d8853aa15862e31d372f1f5ef284 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Sat, 8 Feb 2025 09:43:59 +1100 Subject: [PATCH] [8.x] [Obs AI Assistant] Update colors in the AI Assistant icon (#210233) (#210273) # Backport This will backport the following commits from `main` to `8.x`: - [[Obs AI Assistant] Update colors in the AI Assistant icon (#210233)](https://github.com/elastic/kibana/pull/210233) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Viduni Wickramarachchi --- .../packages/shared/ai-assistant/icon/svg/assistant.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/platform/packages/shared/ai-assistant/icon/svg/assistant.tsx b/x-pack/platform/packages/shared/ai-assistant/icon/svg/assistant.tsx index 9d47665d3e06e..3ab6d7afc35a3 100644 --- a/x-pack/platform/packages/shared/ai-assistant/icon/svg/assistant.tsx +++ b/x-pack/platform/packages/shared/ai-assistant/icon/svg/assistant.tsx @@ -17,12 +17,12 @@ const AssistantLogo = (props: React.SVGProps) => ( {...props} > - + - + );