Skip to content

Commit

Permalink
Build & Release v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robuddybot committed Jan 8, 2025
1 parent 9db4532 commit a59f177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/components/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function N(o) {
i && C !== "right" && /* @__PURE__ */ r(
S,
{
mr: n ? 0.5 : 0,
mr: n && 0.5,
name: i,
color: a,
rotation: I,
Expand All @@ -88,7 +88,7 @@ function N(o) {
i && C === "right" && /* @__PURE__ */ r(
S,
{
ml: n ? 0.5 : 0,
ml: n && 0.5,
name: i,
color: a,
rotation: I,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tgui-core",
"version": "1.7.1",
"version": "1.7.2",
"description": "TGUI core component library",
"keywords": ["TGUI", "library", "typescript"],
"files": ["dist", "styles"],
Expand Down

0 comments on commit a59f177

Please sign in to comment.