Updated color properties

Small container fix
This commit is contained in:
Robert Jelic
2025-03-02 22:03:51 +01:00
parent 1e6847fc3a
commit 0af0a62528
14 changed files with 123 additions and 53 deletions

View File

@@ -10,7 +10,7 @@ local Menu = setmetatable({}, List)
Menu.__index = Menu
---@property separatorColor color gray The color used for separator items in the menu
Menu.defineProperty(Menu, "separatorColor", {default = colors.gray, type = "number"})
Menu.defineProperty(Menu, "separatorColor", {default = colors.gray, type = "color"})
--- Creates a new Menu instance
--- @shortDescription Creates a new Menu instance