@nrbx/topbar-components 1.1.10 → 1.1.11

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.
Files changed (2) hide show
  1. package/out/style.luau +1 -1
  2. package/package.json +1 -1
package/out/style.luau CHANGED
@@ -137,7 +137,7 @@ local DefaultStylesheet = {
137
137
  textColor = Color3.fromRGB(57, 60, 65),
138
138
  textSize = 13,
139
139
  fontFace = Font.new("rbxasset://fonts/families/GothamSSm.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal),
140
- position = UDim2.new(1, -(17 / 2), 0, -(17 / 2)),
140
+ position = UDim2.new(1, -(17 / 2), 0, 17 / 2),
141
141
  size = UDim2.new(0, 17, 0, 17),
142
142
  cornerRadius = UDim.new(1, 0),
143
143
  borderColor = Color3.new(1, 1, 1),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrbx/topbar-components",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "main": "out/init.luau",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",