diff --git a/itemcontroller.lua b/itemcontroller.lua index efbf3ae..cd51118 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -589,7 +589,7 @@ local PAGES = { state:setPage("Main") return true end, - colors.gray, + colors.green, 1, -2 ), @@ -603,8 +603,8 @@ local PAGES = { state:setPage("GROUP_DETAIL", group) return true end, - colors.gray, - math.ceil(state.width / 2), + colors.red, + math.ceil(state.width / 2) + 1, -2 ) }