Commit 1dbbd45
committed
fix(cloud-frontend/login): use canonical BNB glyph, not approximation
Visual review caught that the previous fix only got the COLORS right
(yellow disc with white symbol, correct) but the SYMBOL itself was a
simplified 4-diamond approximation, missing the canonical BNB mark's
center diamond and the angled chevron geometry of the top and bottom
elements.
Side-by-side comparison against the de-facto crypto-icon reference
sources confirmed the gap:
- Trust Wallet assets `/blockchains/smartchain/info/logo.png`
- CoinMarketCap BNB coin ID 1839
- spothq/cryptocurrency-icons `bnb.svg`
All three canonical sources use the same nested-chevron-plus-center
diamond glyph. The 4-isolated-diamond shape we were drawing reads as
"Binance-adjacent" but is not the actual mark used anywhere in the
ecosystem.
Fix: replace the path data with the canonical SVG from
`spothq/cryptocurrency-icons` (MIT licensed), and bump the yellow to
`#F3BA2F` which is the brand value used by every wallet UI (we had
`#F0B90B` which is from the older Binance Exchange brand sheet).
Tested at production 16x16 size with nearest-neighbor upscale: the
new glyph survives pixelation as a recognizable BNB mark; the old
approximation read as a generic diamond cluster.
No functional change. Pure SVG path swap.1 parent 9b8c7be commit 1dbbd45
1 file changed
Lines changed: 8 additions & 6 deletions
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
371 | 373 | | |
372 | 374 | | |
373 | 375 | | |
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
377 | 379 | | |
378 | | - | |
| 380 | + | |
379 | 381 | | |
380 | 382 | | |
381 | | - | |
| 383 | + | |
382 | 384 | | |
383 | 385 | | |
384 | 386 | | |
| |||
0 commit comments