C-APDU Parser: indigo hex data color
This commit is contained in:
+1
-1
@@ -2913,7 +2913,7 @@ function renderTree(node, container) {
|
|||||||
header.appendChild(label);
|
header.appendChild(label);
|
||||||
if (node.hex) {
|
if (node.hex) {
|
||||||
const hex = document.createElement('span');
|
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;
|
hex.textContent = node.hex;
|
||||||
header.appendChild(hex);
|
header.appendChild(hex);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user