From cd1e0bf173e9a6066d01a9481e0e42cafdf78ef0 Mon Sep 17 00:00:00 2001 From: Hawtian Wang Date: Fri, 8 Dec 2023 18:41:05 +0800 Subject: [PATCH] ... --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index ef9bd747..a656c9b8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -36,8 +36,8 @@ export function test() { let context = new BuildContext(500, 400); let root = Container({ - color: "black", - border: { width: 2, color: "blue", radius: 5 }, + color: "#1e2030", + border: { width: 2, color: "black", radius: 5 }, height: "expand", width: "expand", padding: Padding.all(10),