[LOGO] iost - #1471
Open
mahnunchik wants to merge 1 commit into
Open
Conversation
mahnunchik
force-pushed
the
logo-iost
branch
7 times, most recently
from
May 13, 2026 06:47
3704095 to
f3efebf
Compare
mahnunchik
force-pushed
the
logo-iost
branch
7 times, most recently
from
May 20, 2026 06:59
ec66de7 to
13a3094
Compare
mahnunchik
force-pushed
the
logo-iost
branch
8 times, most recently
from
May 28, 2026 06:59
165d8bc to
a1144f0
Compare
mahnunchik
force-pushed
the
logo-iost
branch
7 times, most recently
from
June 4, 2026 07:15
1ab7322 to
e2fa716
Compare
mahnunchik
force-pushed
the
logo-iost
branch
6 times, most recently
from
June 23, 2026 07:00
2a2dd94 to
326847a
Compare
mahnunchik
force-pushed
the
logo-iost
branch
7 times, most recently
from
July 2, 2026 06:58
9069ab1 to
b29494c
Compare
mahnunchik
force-pushed
the
logo-iost
branch
7 times, most recently
from
July 9, 2026 09:18
9e81ead to
d5fb396
Compare
mahnunchik
force-pushed
the
logo-iost
branch
8 times, most recently
from
July 17, 2026 07:46
de01ccd to
f310164
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d4d8823. Configure here.
| @@ -1,4 +1,3 @@ | |||
| <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 450 520"> | |||
| <path fill="#fff" d="M424 259.5C424 369.681 334.681 459 224.5 459S25 369.681 25 259.5 114.319 60 224.5 60 424 149.319 424 259.5"/> | |||
| <path fill="#000" d="M225 0 0 129.9v259.8l225 129.9 225-129.9V129.9zm4.6 420.8L56.9 322.3l.7-47.9 171.9 98.4 82.9-47.8-55.6-32.1-20.8 12-39-22.4 20.9-12.1-27.3-15.8-16.5 9.6-39.1-22.4 16.6-9.6-88.1-50.9 166-95.8 156.6 89.3-42 24.4-114.6-65.7-82.9 47.8 46.4 26.8 23.7-13.8 39.1 22.4-23.9 13.8 27.3 15.8 19.4-11.3 39.1 22.4-19.6 11.4 97.2 56.1z"/> | |||
There was a problem hiding this comment.
Dark IOST logo loses contrast
High Severity
logo-dark/iost.svg is now the same unfilled black hex as the light asset. The white disc that previously kept the mark visible on dark UIs is gone, and the path has no light fill. Catalog and wallet dark themes load this file as an image on #111, so the IOST icon is effectively invisible.
Reviewed by Cursor Bugbot for commit d4d8823. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Note
Overview
Updates
logo/iost.svgandlogo-dark/iost.svgso both variants share the same simplified markup.The white circular background layer and explicit black/white
fillattributes are removed, leaving a single path for the IOST mark. The rootviewBoxis adjusted slightly (450 520→450 519.6), andfill="none"is dropped from the<svg>element.Reviewed by Cursor Bugbot for commit d6c8def. Bugbot is set up for automated code reviews on this repo. Configure here.