diff --git a/haxe/ui/core/Component.hx b/haxe/ui/core/Component.hx index 87ccc7348..a4d504214 100644 --- a/haxe/ui/core/Component.hx +++ b/haxe/ui/core/Component.hx @@ -1688,9 +1688,9 @@ class Component extends ComponentImpl #if !(haxeui_flixel || haxeui_heaps) /** The color of the text **/ @:style public var color:Null; #end - @:style public var backgroundColor:Null; - @:style public var backgroundColorEnd:Null; - @:style public var backgroundImage:Variant; + @:style public var backgroundColor:Null; + @:style public var backgroundColorEnd:Null; + @:style public var backgroundImage:Variant; /** The color of the border **/ @:style public var borderColor:Null; /** The size of the border, in pixels **/ @:style public var borderSize:Null; /** The amount of rounding to apply to the border **/ @:style public var borderRadius:Null;