C-APDU Parser: indigo hex data color + rebuild CSS
This commit is contained in:
+1
-1
@@ -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-gray-500 dark:text-slate-400 ml-2';
|
||||
hex.className = 'text-sm font-mono text-indigo-600 dark:text-indigo-400 ml-2';
|
||||
hex.textContent = node.hex;
|
||||
header.appendChild(hex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user