浏览代码

Fix: Set consistent fill color for OpenAI/MoonShot/Grok SVG to prevent color inversion in dark mode

ZhangYichi 10 月之前
父节点
当前提交
51384ddc5f
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      app/icons/llm-icons/grok.svg
  2. 1 1
      app/icons/llm-icons/moonshot.svg
  3. 1 1
      app/icons/llm-icons/openai.svg

+ 1 - 1
app/icons/llm-icons/grok.svg

@@ -1,4 +1,4 @@
-<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30"
+<svg fill="#333" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30"
      width="1em" xmlns="http://www.w3.org/2000/svg">
      width="1em" xmlns="http://www.w3.org/2000/svg">
     <title>Grok</title>
     <title>Grok</title>
     <rect width="30" height="30" fill="#E7F8FF" rx="6"/>
     <rect width="30" height="30" fill="#E7F8FF" rx="6"/>

+ 1 - 1
app/icons/llm-icons/moonshot.svg

@@ -1,4 +1,4 @@
-<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30"
+<svg fill="#333" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30"
      width="1em" xmlns="http://www.w3.org/2000/svg">
      width="1em" xmlns="http://www.w3.org/2000/svg">
     <title>MoonshotAI</title>
     <title>MoonshotAI</title>
     <rect width="30" height="30" fill="#E7F8FF" rx="6"/>
     <rect width="30" height="30" fill="#E7F8FF" rx="6"/>

+ 1 - 1
app/icons/llm-icons/openai.svg

@@ -1,4 +1,4 @@
-<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30"
+<svg fill="#333" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 30 30"
      width="1em" xmlns="http://www.w3.org/2000/svg">
      width="1em" xmlns="http://www.w3.org/2000/svg">
     <title>OpenAI</title>
     <title>OpenAI</title>
     <rect width="30" height="30" fill="#E7F8FF" rx="6"/>
     <rect width="30" height="30" fill="#E7F8FF" rx="6"/>