From 1dfc006cb9de543a5fe9fa1ac3919285e2ab4ce2 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 26 Feb 2026 03:44:45 +0700 Subject: [PATCH] Fix [select] inheriting bold from parent flex container --- src/popup/views/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/views/home.js b/src/popup/views/home.js index 02db69a..5bcff37 100644 --- a/src/popup/views/home.js +++ b/src/popup/views/home.js @@ -44,7 +44,7 @@ function render(ctx) { const isActive = state.activeAddress === addr.address; const activeHtml = isActive ? `ACTIVE` - : `[select]`; + : `[select]`; html += `
Address ${wi + 1}.${ai + 1}${activeHtml}
`; const dot = addressDotHtml(addr.address); if (addr.ensName) {