mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-02-07 11:10:15 +00:00
ui: Fix black bg in jsontree after update.
This commit is contained in:
parent
9f67b9c221
commit
e379e8738c
@ -49,7 +49,7 @@ function LogTable(props: IProps) {
|
|||||||
const theme = {
|
const theme = {
|
||||||
scheme: "google",
|
scheme: "google",
|
||||||
author: "seth wright (http://sethawright.com)",
|
author: "seth wright (http://sethawright.com)",
|
||||||
base00: "#000000",
|
base00: "#ffffff",
|
||||||
base01: "#282a2e",
|
base01: "#282a2e",
|
||||||
base02: "#373b41",
|
base02: "#373b41",
|
||||||
base03: "#969896",
|
base03: "#969896",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user