[LOGO] first-digital-usd - #1469
Conversation
cd05618 to
d0a05b8
Compare
059037f to
6097634
Compare
b585d48 to
8753fff
Compare
f7a6fa6 to
580b608
Compare
148259a to
ab2530b
Compare
cfc936b to
f06f8d7
Compare
507294d to
055ebcf
Compare
97e6b95 to
5bd2824
Compare
489d8a5 to
a4dbcde
Compare
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.8 141.7"> | ||
| <path d="M70.9 141.7C31.7 141.7 0 110 0 70.9 0 31.7 31.7 0 70.9 0c39.1 0 70.9 31.7 70.9 70.9-.1 39.1-31.8 70.8-70.9 70.8"/> | ||
| <path fill="#fff" d="M108.614 60.206V76.86H62.882V33.364h45.732v16.652H81.77v10.19z"/> | ||
| <path fill="#00e98d" d="M27.588 86.552h56.917v23.736H27.588z"/> |
There was a problem hiding this comment.
Dark logo loses contrasting circle
Medium Severity
logo-dark/first-digital-usd.svg is now identical to the light asset. The disc path has no fill, so it defaults to black. The previous dark file used a white disc so the badge stayed visible on #111 and other dark chrome. In dark theme the circle now blends into the background, leaving only the white mark and green bar.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 6040e97. Configure here.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 67825a2. Configure here.
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.8 141.7"> | ||
| <path d="M70.9 141.7C31.7 141.7 0 110 0 70.9 0 31.7 31.7 0 70.9 0c39.1 0 70.9 31.7 70.9 70.9-.1 39.1-31.8 70.8-70.9 70.8"/> | ||
| <path fill="#fff" d="M108.614 60.206V76.86H62.882V33.364h45.732v16.652H81.77v10.19z"/> | ||
| <path fill="#00e98d" d="M27.588 86.552h56.917v23.736H27.588z"/> |
There was a problem hiding this comment.
Incorrect brand accent color
Medium Severity
The accent green is #00e98d and the circle path has no explicit fill, so it defaults to #000. Official First Digital brand assets specify Primary Green #4AFAB4 and Black #101010 (also used by the previous SVGs). The updated logos diverge from the published brand palette.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 67825a2. Configure here.


Note
Overview
Updates the First Digital USD token logos in both
logo/first-digital-usd.svgandlogo-dark/first-digital-usd.svg.The previous 48×48 circular icon with stylized “F” paths is replaced by a ~142×142 asset: a filled circle, white “F” bar geometry, and a green (
#00e98d) base block. The dark-variant file uses the same artwork as the default logo (no separate dark-theme palette like before).Reviewed by Cursor Bugbot for commit 67825a2. Bugbot is set up for automated code reviews on this repo. Configure here.