fix: use white-background favicon#199
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Che-Zhu
left a comment
There was a problem hiding this comment.
Please update both favicon SVGs to use the canonical Fulling Ink color #303055. The repository executable token and design documentation define Fulling Ink as #303055, while the current #1A1A2E value makes the favicon inconsistent with the documented brand system. If the darker value is intentional, please introduce and document a separate logo-mark color token instead.
| <rect width="78" height="78" fill="#FFFFFF"/> | ||
| <path | ||
| d="M49.5415 61.9998H28.4575V55.2917H49.5415V61.9998ZM27.4995 57.2087H20.7915V50.4998H27.4995V57.2087ZM57.2085 57.2087H50.4995V50.4998H57.2085V57.2087ZM22.7085 49.5417H15.9995V28.4578H22.7085V49.5417ZM62.0005 49.5417H55.2915L55.2925 28.4587H62.0005V49.5417ZM27.4995 27.4998H20.7915V20.7908H27.5005L27.4995 27.4998ZM57.2085 27.4998H50.4995V20.7908H57.2085V27.4998ZM49.5415 22.7078L28.4575 22.7087V15.9998H49.5415V22.7078Z" | ||
| fill="#1A1A2E" |
There was a problem hiding this comment.
Please use the canonical Fulling Ink value here: fill="#303055". #1A1A2E is not the documented --color-fulling-ink value; please make the same update in public/favicon.svg.
| <rect width="78" height="78" fill="#FFFFFF"/> | ||
| <path | ||
| d="M49.5415 61.9998H28.4575V55.2917H49.5415V61.9998ZM27.4995 57.2087H20.7915V50.4998H27.4995V57.2087ZM57.2085 57.2087H50.4995V50.4998H57.2085V57.2087ZM22.7085 49.5417H15.9995V28.4578H22.7085V49.5417ZM62.0005 49.5417H55.2915L55.2925 28.4587H62.0005V49.5417ZM27.4995 27.4998H20.7915V20.7908H27.5005L27.4995 27.4998ZM57.2085 27.4998H50.4995V20.7908H57.2085V27.4998ZM49.5415 22.7078L28.4575 22.7087V15.9998H49.5415V22.7078Z" | ||
| fill="#1A1A2E" |
There was a problem hiding this comment.
Please use fill="#303055" here as well so the public fallback favicon stays synchronized with the App Router icon and the documented Fulling Ink token.
There was a problem hiding this comment.
Thank you for your review, I have changed it, please check it again.
Summary
Testing
xmllint/icon.svgserves the updated favicon locallyCloses #190