Skip to content

Commit

Permalink
[8.x] [Obs AI Assistant] Update colors in the AI Assistant icon (#210233
Browse files Browse the repository at this point in the history
) (#210273)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Obs AI Assistant] Update colors in the AI Assistant icon
(#210233)](#210233)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Viduni
Wickramarachchi","email":"viduni.wickramarachchi@elastic.co"},"sourceCommit":{"committedDate":"2025-02-07T21:00:50Z","message":"[Obs
AI Assistant] Update colors in the AI Assistant icon (#210233)\n\nCloses
https://github.com/elastic/kibana/issues/208816\n\n## Summary\n\nUpdate
the AI Assistant icon colors\n\n\n### Checklist\n\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"77ea8fe8f1974b8f604a3195367df793c3682c20","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v9.0.0","Team:Obs
AI
Assistant","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Obs
AI Assistant] Update colors in the AI Assistant
icon","number":210233,"url":"https://github.com/elastic/kibana/pull/210233","mergeCommit":{"message":"[Obs
AI Assistant] Update colors in the AI Assistant icon (#210233)\n\nCloses
https://github.com/elastic/kibana/issues/208816\n\n## Summary\n\nUpdate
the AI Assistant icon colors\n\n\n### Checklist\n\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"77ea8fe8f1974b8f604a3195367df793c3682c20"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210233","number":210233,"mergeCommit":{"message":"[Obs
AI Assistant] Update colors in the AI Assistant icon (#210233)\n\nCloses
https://github.com/elastic/kibana/issues/208816\n\n## Summary\n\nUpdate
the AI Assistant icon colors\n\n\n### Checklist\n\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"77ea8fe8f1974b8f604a3195367df793c3682c20"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Viduni Wickramarachchi <viduni.wickramarachchi@elastic.co>
  • Loading branch information
kibanamachine and viduni94 authored Feb 7, 2025
1 parent 7fd7504 commit 9bb20df
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 9bb20df

Please sign in to comment.