修改主题配置,修复日志菜单栏显示问题。

This commit is contained in:
ZhanGSKen 2025-03-31 14:59:54 +08:00
parent 99ff741a22
commit 93d8fa15db
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Mar 31 06:52:50 GMT 2025
#Mon Mar 31 06:57:39 GMT 2025
stageCount=0
libraryProject=
baseVersion=15.2
publishVersion=15.2.0
buildCount=1
buildCount=2
baseBetaVersion=15.2.1

View File

@ -25,7 +25,7 @@
<color name="colorShuiDark">#FF0072A4</color>
<color name="colorShuiAccent">#FF33C1FF</color>
<color name="colorXinling">#FFFCC500</color>
<color name="colorPrimary">@color/colorShui</color>
<color name="colorPrimary">@color/colorShuiDark</color>
<color name="colorPrimaryDark">@color/colorFeng</color>
<color name="colorAccent">@color/colorShui</color>
<color name="colorYellow">#FFFFFF00</color>