mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 04:00:16 +09:00
Fix: Set consistent fill color for OpenAI/MoonShot/Grok SVG to prevent color inversion in dark mode
This commit is contained in:
parent
add9ca200c
commit
51384ddc5f
@ -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"/>
|
||||||
|
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 486 B |
@ -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"/>
|
||||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.0 KiB |
@ -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"/>
|
||||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue
Block a user