@nrbx/topbar-components 1.1.8 → 1.1.9
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.
- package/out/components/icon.luau +2 -2
- package/out/style.luau +1 -1
- package/package.json +1 -1
package/out/components/icon.luau
CHANGED
|
@@ -354,9 +354,9 @@ local function Icon(componentProps)
|
|
|
354
354
|
BackgroundColor3 = sizing.disabledOverlayColor,
|
|
355
355
|
BorderSizePixel = 0,
|
|
356
356
|
ZIndex = 10,
|
|
357
|
-
})), componentProps.notificationCount ~= nil and (React.createElement(Notification, {
|
|
357
|
+
}))), componentProps.notificationCount ~= nil and (React.createElement(Notification, {
|
|
358
358
|
count = componentProps.notificationCount,
|
|
359
|
-
}))))
|
|
359
|
+
}))))
|
|
360
360
|
end
|
|
361
361
|
return {
|
|
362
362
|
Icon = Icon,
|
package/out/style.luau
CHANGED
|
@@ -138,7 +138,7 @@ local DefaultStylesheet = {
|
|
|
138
138
|
textSize = 13,
|
|
139
139
|
fontFace = Font.new("rbxasset://fonts/families/GothamSSm.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal),
|
|
140
140
|
position = UDim2.fromScale(1, 0),
|
|
141
|
-
size = UDim2.new(0,
|
|
141
|
+
size = UDim2.new(0, 15, 0, 15),
|
|
142
142
|
cornerRadius = UDim.new(1, 0),
|
|
143
143
|
borderColor = Color3.new(1, 1, 1),
|
|
144
144
|
borderTransparency = 0.5,
|