Skip to content

Commit 77ea8fe

Browse files
authored
[Obs AI Assistant] Update colors in the AI Assistant icon (#210233)
Closes #208816 ## Summary Update the AI Assistant icon colors ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
1 parent 3915d33 commit 77ea8fe

File tree

1 file changed

+3
-3
lines changed
  • x-pack/platform/packages/shared/ai-assistant/icon/svg

1 file changed

+3
-3
lines changed

x-pack/platform/packages/shared/ai-assistant/icon/svg/assistant.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ const AssistantLogo = (props: React.SVGProps<SVGSVGElement>) => (
1717
{...props}
1818
>
1919
<path fill="#F04E98" d="M36 28h24v36H36V28Z" />
20-
<path fill="#00BFB3" d="M4 46c0-9.941 8.059-18 18-18h6v36h-6c-9.941 0-18-8.059-18-18Z" />
20+
<path fill="#02BCB7" d="M4 46c0-9.941 8.059-18 18-18h6v36h-6c-9.941 0-18-8.059-18-18Z" />
2121
<path
22-
fill="#343741"
22+
fill="#0B64DD"
2323
d="M60 12c0 6.627-5.373 12-12 12s-12-5.373-12-12S41.373 0 48 0s12 5.373 12 12Z"
2424
/>
25-
<path fill="#FA744E" d="M6 23C6 10.85 15.85 1 28 1v22H6Z" />
25+
<path fill="#FEC514" d="M6 23C6 10.85 15.85 1 28 1v22H6Z" />
2626
</svg>
2727
);
2828

0 commit comments

Comments
 (0)