From ecbe1404ab335acb2f2b62fa9eb980ec19c196d9 Mon Sep 17 00:00:00 2001 From: Jay Harris Date: Fri, 29 May 2026 12:46:11 +1200 Subject: [PATCH] [AI Chat]: Update openai icon to use the dynamically colored version (#36824) --- components/ai_chat/resources/common/constants.ts | 4 ++-- ui/webui/resources/BUILD.gn | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ai_chat/resources/common/constants.ts b/components/ai_chat/resources/common/constants.ts index 27c28c186c7..2281963d1b7 100644 --- a/components/ai_chat/resources/common/constants.ts +++ b/components/ai_chat/resources/common/constants.ts @@ -19,8 +19,8 @@ const modelIcons = { 'chat-basic': 'meta-color', 'chat-glm-4-7-flash': 'zai-color', 'chat-llama-4-maverick': 'meta-color', - 'chat-gpt-oss-20b': 'openai-color', - 'chat-gpt-oss-120b': 'openai-color', + 'chat-gpt-oss-20b': 'openai', + 'chat-gpt-oss-120b': 'openai', 'chat-mistral-large': 'mistral-color', 'chat-kimi-k2-5': 'kimi-color', 'chat-qwen-3-235b': 'qwen-color', diff --git a/ui/webui/resources/BUILD.gn b/ui/webui/resources/BUILD.gn index 3c38e566fef..9f652c3f4df 100644 --- a/ui/webui/resources/BUILD.gn +++ b/ui/webui/resources/BUILD.gn @@ -361,7 +361,7 @@ leo_icons_sources = [ "notification.svg", "ollama.svg", "op-color.svg", - "openai-color.svg", + "openai.svg", "outside.svg", "pause-circle.svg", "pause-filled.svg",