ui: Fix black bg in jsontree after update.

This commit is contained in:
Orne Brocaar 2023-12-20 13:24:33 +00:00
parent 9f67b9c221
commit e379e8738c

View File

@ -49,7 +49,7 @@ function LogTable(props: IProps) {
const theme = {
scheme: "google",
author: "seth wright (http://sethawright.com)",
base00: "#000000",
base00: "#ffffff",
base01: "#282a2e",
base02: "#373b41",
base03: "#969896",