From a0daa285c0e05bdae8c890a73765b40dc3b7de3b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 5 May 2026 19:50:02 +0800 Subject: [PATCH] fix: replace backgroundColor with bgcolor (bricks framework valid property) --- wwwroot/base.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwroot/base.ui b/wwwroot/base.ui index a863fd4..ccb84fe 100644 --- a/wwwroot/base.ui +++ b/wwwroot/base.ui @@ -9,7 +9,7 @@ "widgettype": "HBox", "options": { "height": "56px", - "backgroundColor": "#1a73e8", + "bgcolor": "#1a73e8", "color": "white", "alignItems": "center", "padding": "0 16px", @@ -60,7 +60,7 @@ "widgettype": "VBox", "options": { "width": "220px", - "backgroundColor": "#f5f5f5", + "bgcolor": "#f5f5f5", "borderRight": "1px solid #e0e0e0", "overflowY": "auto", "padding": "8px 0" @@ -117,7 +117,7 @@ "options": { "flex": 1, "overflow": "hidden", - "backgroundColor": "#fafafa" + "bgcolor": "#fafafa" }, "subwidgets": [ {