Skip to content

Commit

Permalink
fix: Wrong color on PIXEL.StateButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Lythium4848 committed Aug 16, 2023
1 parent 8bb53d6 commit 0ed2d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pixelui/elements/cl_state_button.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function PANEL:Init()
Icon = "3myjhEM"
},
["success"] = {
Color = PIXEL.Colors.Success,
Color = PIXEL.Colors.Positive,
Icon = "Qf8Owl7"
},
["failed"] = {
Expand Down

0 comments on commit 0ed2d0a

Please sign in to comment.