From 0ed2d0aeb49296f9dcfcbe393071f9102f81ae96 Mon Sep 17 00:00:00 2001 From: Lythium4848 <62567544+Lythium4848@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:36:53 +0100 Subject: [PATCH] fix: Wrong color on PIXEL.StateButton --- lua/pixelui/elements/cl_state_button.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pixelui/elements/cl_state_button.lua b/lua/pixelui/elements/cl_state_button.lua index 79e12ac..d43d37f 100644 --- a/lua/pixelui/elements/cl_state_button.lua +++ b/lua/pixelui/elements/cl_state_button.lua @@ -38,7 +38,7 @@ function PANEL:Init() Icon = "3myjhEM" }, ["success"] = { - Color = PIXEL.Colors.Success, + Color = PIXEL.Colors.Positive, Icon = "Qf8Owl7" }, ["failed"] = {