From eb56c7ff1baaae79bf0de7224a52128c506ace51 Mon Sep 17 00:00:00 2001 From: xiejun <467745540@qq.com> Date: Sat, 11 Nov 2023 17:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=89=E6=8B=A9=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua b/Assets/ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua index 4e876a5fb9..dc8a829a9a 100644 --- a/Assets/ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua @@ -9,8 +9,8 @@ local _TabData={ [1] = { default = "UI_hz_gonghui_31", lock = "UI_hz_gonghui_31" [4] = { default = "UI_hz_gonghui_34", lock = "UI_hz_gonghui_34",select = "UI_hz_gonghui_34", name = "将礼合成", funcType = FUNCTION_OPEN_TYPE.Gift }, [5] = { default = "UI_hz_gonghui_31", lock = "UI_hz_gonghui_31",select = "UI_hz_gonghui_31", name = "主礼合成", funcType = FUNCTION_OPEN_TYPE.Gift }, } -local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1), - select = Color.New(243 / 255, 235 / 255, 202 / 255, 1), +local _TabFontColor = { default = Color.New(255 / 255, 255 / 255, 255 / 255, 1), + select = Color.New(255 / 255, 255 / 255, 255 / 255, 1), lock = UIColor.GRAY, } local curIndex = 1