Skip to content

Commit 30cc880

Browse files
authored
Update Button.luau
1 parent e904786 commit 30cc880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Button.luau

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ local State = UI.State
99
local Event = UI.Event
1010
local Cleanup = UI.Cleanup
1111

12+
1213
return function(Properties: Types.ButtonProperties): (Types.Button)
1314
local IconSizeState = State(UDim2.fromScale(0.22, 0.34))
1415
local IconSizeSpring = Spring(IconSizeState, 0.5, 5)

0 commit comments

Comments
 (0)