can now use named colors
This commit is contained in:
@@ -5,5 +5,5 @@ UI.MenuItem = class(UI.FlatButton)
|
||||
UI.MenuItem.defaults = {
|
||||
UIElement = 'MenuItem',
|
||||
noPadding = false,
|
||||
textInactiveColor = colors.gray,
|
||||
textInactiveColor = 'gray',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user