Skip to content

Commit

Permalink
[Obs AI Assistant] Update colors in the AI Assistant icon (elastic#21…
Browse files Browse the repository at this point in the history
…0233)

Closes elastic#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)
  • Loading branch information
viduni94 authored Feb 7, 2025
1 parent 3915d33 commit 77ea8fe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ const AssistantLogo = (props: React.SVGProps<SVGSVGElement>) => (
{...props}
>
<path fill="#F04E98" d="M36 28h24v36H36V28Z" />
<path fill="#00BFB3" d="M4 46c0-9.941 8.059-18 18-18h6v36h-6c-9.941 0-18-8.059-18-18Z" />
<path fill="#02BCB7" d="M4 46c0-9.941 8.059-18 18-18h6v36h-6c-9.941 0-18-8.059-18-18Z" />
<path
fill="#343741"
fill="#0B64DD"
d="M60 12c0 6.627-5.373 12-12 12s-12-5.373-12-12S41.373 0 48 0s12 5.373 12 12Z"
/>
<path fill="#FA744E" d="M6 23C6 10.85 15.85 1 28 1v22H6Z" />
<path fill="#FEC514" d="M6 23C6 10.85 15.85 1 28 1v22H6Z" />
</svg>
);

Expand Down

0 comments on commit 77ea8fe

Please sign in to comment.