Skip to content

Commit

Permalink
[Obs AI Assistant] Use textParagraph instead of textHeading
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 committed Nov 26, 2024
1 parent 210e608 commit f0aef54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function AssistantAvatar({ size = 's', css, className }: AssistantAvatarP
<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={euiTheme.colors.textHeading}
fill={euiTheme.colors.textParagraph}
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" />
Expand Down

0 comments on commit f0aef54

Please sign in to comment.