[LOGO] xrp - #1364
Open
mahnunchik wants to merge 1 commit into
Open
Conversation
mahnunchik
force-pushed
the
logo-xrp
branch
7 times, most recently
from
November 26, 2025 05:52
fb19730 to
917fe60
Compare
mahnunchik
force-pushed
the
logo-xrp
branch
7 times, most recently
from
December 3, 2025 05:53
eb7d4bf to
23ec970
Compare
mahnunchik
force-pushed
the
logo-xrp
branch
8 times, most recently
from
December 11, 2025 05:53
bfd9a34 to
27bda89
Compare
mahnunchik
force-pushed
the
logo-xrp
branch
7 times, most recently
from
December 18, 2025 05:55
c319d53 to
8ed6bbc
Compare
mahnunchik
force-pushed
the
logo-xrp
branch
8 times, most recently
from
January 8, 2026 05:54
5ddd540 to
5157b56
Compare
mahnunchik
force-pushed
the
logo-xrp
branch
7 times, most recently
from
January 15, 2026 05:57
dce3b29 to
0ac3c46
Compare
mahnunchik
force-pushed
the
logo-xrp
branch
7 times, most recently
from
January 22, 2026 05:57
6851525 to
9dbc760
Compare
mahnunchik
force-pushed
the
logo-xrp
branch
6 times, most recently
from
January 28, 2026 05:56
1b614da to
4378452
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 4c2dfa0. Configure here.
| @@ -1,11 +1,3 @@ | |||
| <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"> | |||
| <g clip-path="url(#logo-dark_xrp_svg__a)"> | |||
| <circle cx="10" cy="10" r="10" fill="#fff"/> | |||
There was a problem hiding this comment.
Dark logo nearly invisible
High Severity
logo-dark/xrp.svg is identical to logo/xrp.svg and uses fill="#23292f" with no light glyph or background. On dark UI backgrounds like the #111 cells in list.md, the mark has almost no contrast, so the dark-mode XRP logo is effectively unreadable across all XRP entries.
Reviewed by Cursor Bugbot for commit 4c2dfa0. 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
Replaces the old 20×20 circular badge XRP icons in
logo/xrp.svgandlogo-dark/xrp.svgwith the official XRP mark (wider512×424viewBox, single#23292fpath).Both light- and dark-theme asset paths keep the same filenames, so existing references (e.g. in
list.md) still work; only the rendered artwork changes from inset circle + glyph to the standard double-chevron logo.Reviewed by Cursor Bugbot for commit e47bf37. Bugbot is set up for automated code reviews on this repo. Configure here.