Skip to content

Commit

Permalink
Run stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
pinehappi committed Nov 19, 2024
1 parent 9c50f13 commit 3391ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App/Components/Input.luau
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ return function(props: Props): TextBox
FontFace = props.Font or Theme.Fonts.Regular,
TextColor3 = props.Color or Theme.Colors.Text,
PlaceholderColor3 = props.PlaceholderColor or Theme.Colors.TextDimmed,
TextXAlignment = (Enum.TextXAlignment.Left),
TextXAlignment = Enum.TextXAlignment.Left,
TextSize = Theme.TextSize.Large,
BorderSizePixel = 0,
BackgroundTransparency = 1,
Expand Down
4 changes: 2 additions & 2 deletions src/App/Pages/NotConnected.luau
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ return function(props: Props): { Instance }
[Children] = {
New "UIFlexItem" {
FlexMode = Enum.UIFlexMode.Fill,
}
}
},
},
},
Text {
AutomaticSize = Enum.AutomaticSize.XY,
Expand Down

0 comments on commit 3391ddb

Please sign in to comment.