Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed May 14, 2024
1 parent f1dde77 commit 7ecf429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haxe/ui/core/Component.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1688,9 +1688,9 @@ class Component extends ComponentImpl
#if !(haxeui_flixel || haxeui_heaps)
/** The color of the text **/ @:style public var color:Null<Color>;
#end
@:style public var backgroundColor:Null<Color>;
@:style public var backgroundColorEnd:Null<Color>;
@:style public var backgroundImage:Variant;
@:style public var backgroundColor:Null<Color>;
@:style public var backgroundColorEnd:Null<Color>;
@:style public var backgroundImage:Variant;
/** The color of the border **/ @:style public var borderColor:Null<Color>;
/** The size of the border, in pixels **/ @:style public var borderSize:Null<Float>;
/** The amount of rounding to apply to the border **/ @:style public var borderRadius:Null<Float>;
Expand Down

0 comments on commit 7ecf429

Please sign in to comment.