C-APDU Parser: amber hex data color + rebuild CSS

This commit is contained in:
2026-08-20 23:16:12 +03:00
parent 05e6dd7519
commit faf30011db
2 changed files with 79 additions and 5 deletions
+1 -1
View File
@@ -2913,7 +2913,7 @@ function renderTree(node, container) {
header.appendChild(label);
if (node.hex) {
const hex = document.createElement('span');
hex.className = 'text-sm font-mono text-indigo-600 dark:text-indigo-400 ml-2';
hex.className = 'text-sm font-mono text-amber-600 dark:text-amber-400 ml-2';
hex.textContent = node.hex;
header.appendChild(hex);
}