From 95e80fcb9d3401f8717053a4539bea0e60a88003 Mon Sep 17 00:00:00 2001 From: Satoshi Qazi Muhammed Date: Wed, 22 Jul 2026 20:03:10 -0700 Subject: [PATCH] fix: restore TRX icon frame in overlay source (permanent) TRX.svg used a full-bleed r=24 circle instead of the r=18 padded frame every other token icon uses, making it inconsistent in the token list. The 11 Jul fix (1b54fb3) patched only the merged root icon, not the pezkuwi-overlay source. sync_from_nova.py::sync_icons() copies the overlay over root unconditionally, so the BTC config pipeline re-run (78b0af9) silently reverted the fix. Fix the overlay source too so re-merges keep it. Root copy is now bit-identical to the blessed master version. --- icons/tokens/colored/TRX.svg | 4 +++- pezkuwi-overlay/icons/tokens/colored/TRX.svg | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/icons/tokens/colored/TRX.svg b/icons/tokens/colored/TRX.svg index 0ac7c29..8106e94 100644 --- a/icons/tokens/colored/TRX.svg +++ b/icons/tokens/colored/TRX.svg @@ -1,4 +1,6 @@ - + + + diff --git a/pezkuwi-overlay/icons/tokens/colored/TRX.svg b/pezkuwi-overlay/icons/tokens/colored/TRX.svg index 0ac7c29..8106e94 100644 --- a/pezkuwi-overlay/icons/tokens/colored/TRX.svg +++ b/pezkuwi-overlay/icons/tokens/colored/TRX.svg @@ -1,4 +1,6 @@ - + + +