From 1c2f50a3e036d68e95423128069d6e2aa8485b40 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 07:43:52 +0200 Subject: [PATCH] Fix button args --- itemcontroller.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ) }