theme update dark

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-11-05 20:23:32 +01:00
parent 85f9fdf7db
commit 8fd512b83f

View File

@@ -4,9 +4,9 @@ Theme (
base: "container", base: "container",
properties: { properties: {
"padding": 14, "padding": 14,
"border_width": 2, "border_width": 1,
"border_radius": 0, "border_radius": 0,
"border_brush": "#A5A5A5", "border_brush": "$CONTAINER_BORDER",
}, },
), ),
} }