diff --git a/panel/components/json-tree/json-tree.css b/panel/components/json-tree/json-tree.css index 232dbab..56a5982 100644 --- a/panel/components/json-tree/json-tree.css +++ b/panel/components/json-tree/json-tree.css @@ -23,7 +23,8 @@ bat-json-tree color: rgb(128, 128, 128); } -bat-json-tree .console-formatted-number { +bat-json-tree .console-formatted-number, + .console-formatted-boolean { color: rgb(28, 0, 207); }