@rbxts/touch-button 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -245,7 +245,7 @@ do
245
245
  local btn = Instance.new("TextButton")
246
246
  btn.Name = props.name
247
247
  btn.AnchorPoint = Vector2.new(0.5, 0.5)
248
- btn.BackgroundColor3 = Color3.new()
248
+ btn.BackgroundColor3 = props.backgroundColor
249
249
  btn.BackgroundTransparency = 0.25
250
250
  btn.FontFace = Font.new("rbxasset://fonts/families/GothamSSm.json", Enum.FontWeight.Medium, Enum.FontStyle.Normal)
251
251
  btn.Position = UDim2.new(0.5, 0, 0.5, props.offsetY)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/touch-button",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "main": "out/init.lua",
6
6
  "scripts": {