From c1de48884fa145a16a0f8bcee93274dcfaa0ff82 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期四, 07 五月 2020 10:40:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into dev-2020xm --- ZigbeeApp/Shared/Common/ZigbeeColor.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs index 409e662..7086938 100755 --- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs +++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs @@ -365,7 +365,9 @@ public uint LogicSecurity1Color = 0xFF35B87F; public uint LogicDelay1Color = 0xFFBF64FB; public uint LogicListWeekTextColor = 0xFF666666; - + public uint LogicTipColor = 0xFF333443; + public uint LogicTipTextColor= 0xFFcccccc; + public uint LogicEditTextBackgroundColor=0xFFD1D1D3; #endregion } } -- Gitblit v1.8.0